Pin home-manager version

restic-rest-server
Simon Bruder 2020-12-12 17:08:52 +01:00
parent 903041b6e1
commit 10e39fc404
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 13 additions and 1 deletions

View File

@ -1,4 +1,16 @@
{
"home-manager": {
"branch": "release-20.09",
"description": "Manage a user environment using Nix [maintainer=@rycee] ",
"homepage": "https://nix-community.github.io/home-manager/",
"owner": "nix-community",
"repo": "home-manager",
"rev": "63f299b3347aea183fc5088e4d6c4a193b334a41",
"sha256": "0iksjch94wfvyq0cgwv5wq52j0dc9cavm68wka3pahhdvjlxd3js",
"type": "tarball",
"url": "https://github.com/nix-community/home-manager/archive/63f299b3347aea183fc5088e4d6c4a193b334a41.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"krops": {
"branch": "master",
"description": "Mirror of https://cgit.krebsco.de/krops/about/ (PRs / issues accepted, as can be seen by not having them disabled)",

View File

@ -1,7 +1,7 @@
{ config, pkgs, ... }:
{
imports = [
(import "${builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-20.09.tar.gz"}/nixos")
(import "${(import ../../nix/sources.nix).home-manager}/nixos")
];
users.users.simon = {