Skip to content

Commit

Permalink
chore: update nix version to use latest version in nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
squirmy committed May 4, 2024
1 parent 3d4afff commit 52e1ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/nix-darwin/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# nix-darwin switches from the initially installed nix version to
# a version that it places it in the store. This uses the latest
# version from unstable.
nix.package = lib.mkDefault pkgs.nixUnstable;
nix.package = lib.mkDefault pkgs.nixVersions.latest;

# Use the already fetched nixpkgs when referring to nixpkgs outside of a flake
nix.nixPath = lib.mkDefault ["nixpkgs=${inputs.nixpkgs}"];
Expand Down

0 comments on commit 52e1ffb

Please sign in to comment.