This commit is contained in:
Sridhar Ratnakumar 2025-09-07 16:40:08 -04:00
parent 1b87da53f8
commit 2e88b90003

View file

@ -21,7 +21,6 @@ in
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
nixpkgs-unstable.flake = flake.inputs.nixpkgs-unstable;
};
settings = {