Use nixFlakes instead of nixUnstable

neomutt
Simon Bruder 2021-12-01 17:56:35 +01:00
parent a9817baee9
commit cc8727fa80
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ let
git-lfs
gnutar
gzip
nixUnstable
nixFlakes
];
in
{

View File

@ -99,7 +99,7 @@
};
system.activationScripts.diff = ''
[ -L /run/current-system ] && ${pkgs.nixUnstable}/bin/nix \
[ -L /run/current-system ] && ${pkgs.nixFlakes}/bin/nix \
--experimental-features 'nix-command' \
store \
diff-closures /run/current-system "$systemConfig"

View File

@ -30,7 +30,7 @@ in
nix = {
# nix with flake support
package = pkgs.nixUnstable;
package = pkgs.nixFlakes;
registry = with inputs; {
nixpkgs.flake = nixpkgs;