Merge pull request #146 from fl42v/master

use latest nix instead of removed unstable
This commit is contained in:
Gytis Ivaskevicius 2024-05-12 20:04:29 +03:00 committed by GitHub
commit 2a91382577
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -167,7 +167,7 @@ let
})
(optionalAttrs (options ? nix.package) {
nix.package = lib.mkDefault pkgs.nixUnstable;
nix.package = lib.mkDefault pkgs.nixVersions.latest;
})
(optionalAttrs (options ? nix.extraOptions) {