Skip to content

Commit

Permalink
Merge pull request #146 from fl42v/master
Browse files Browse the repository at this point in the history
use latest nix instead of removed unstable
  • Loading branch information
gytis-ivaskevicius authored May 12, 2024
2 parents bfc5357 + f3d032c commit 2a91382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mkFlake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2a91382

Please sign in to comment.