nix unstable

This commit is contained in:
Sridhar Ratnakumar 2023-07-31 20:01:33 -04:00
parent f29990ba0d
commit f49658cfc1

View file

@ -17,7 +17,7 @@
};
nix = {
package = pkgs.nixVersions.nix_2_16; # https://twitter.com/zimbatm/status/1685611948560224256
package = pkgs.nixUnstable;
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 = {