nix shell/run to use pinned nixpkgs

This commit is contained in:
Sridhar Ratnakumar 2022-07-18 09:23:32 -04:00
parent e3387c7304
commit 4d10c84bd7

View file

@ -24,6 +24,7 @@
nix = {
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; # Enables use of `nix-shell -p ...` etc
registry.nixpkgs.flake = inputs.nixpkgs; # Make `nix shell` etc use pinned nixpkgs
extraOptions = ''
extra-platforms = aarch64-darwin x86_64-darwin
experimental-features = nix-command flakes