Pin home-manager version to 20.09

restic-rest-server
Simon Bruder 2020-11-02 13:50:40 +01:00
parent 8417f9d40b
commit 4c872e9838
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ let
in
{
imports = [
(import "${builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/master.tar.gz"}/nixos") # FIXME: pin to 20.09
(import "${builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/release-20.09.tar.gz"}/nixos")
];
users.users.simon = {