use nix 2.16

This commit is contained in:
Sridhar Ratnakumar 2023-07-30 13:52:48 -04:00
parent 29fc3889ae
commit a4d71eaf80

View file

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