Pin home-manager version to 20.09
This commit is contained in:
parent
8417f9d40b
commit
4c872e9838
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue