Use newer nix

This commit is contained in:
Sridhar Ratnakumar 2023-05-15 12:26:41 -04:00
parent 16c1a82cd2
commit 0a0debe670

View file

@ -14,6 +14,7 @@
};
nix = {
package = pkgs.nixUnstable; # Need 2.15 for bug fixes
nixPath = [ "nixpkgs=${flake.inputs.nixpkgs}" ]; # Enables use of `nix-shell -p ...` etc
registry.nixpkgs.flake = flake.inputs.nixpkgs; # Make `nix shell` etc use pinned nixpkgs
settings = {