Sridhar Ratnakumar 2024-03-26 18:54:10 -04:00
parent 62471af8ca
commit 380b12e6d4

View file

@ -13,7 +13,6 @@
};
nix = {
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 = {