Fix nixpkgs in registry

This commit is contained in:
Filippo Berto 2024-10-22 18:58:10 +02:00
parent 4d65b238a4
commit d7e02d7b05
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -64,7 +64,7 @@
nix = { nix = {
inherit (nix-config) extraOptions; inherit (nix-config) extraOptions;
registry = { registry = {
nixpkgs = { from = { id = "nixpkgs"; type = "indirect"; }; to = { owner = "nixos"; repo = "nixpkgs"; type = "github"; }; }; # nixpkgs = { from = { id = "nixpkgs"; type = "indirect"; }; to = { owner = "nixos"; repo = "nixpkgs"; type = "github"; }; };
stable = { from = { id = "stable"; type = "indirect"; }; flake = inputs.nixpkgs; }; stable = { from = { id = "stable"; type = "indirect"; }; flake = inputs.nixpkgs; };
unstable = { from = { id = "unstable"; type = "indirect"; }; flake = inputs.nixpkgs-u; }; unstable = { from = { id = "unstable"; type = "indirect"; }; flake = inputs.nixpkgs-u; };
}; };