Fix nixpkgs in registry
This commit is contained in:
parent
4d65b238a4
commit
d7e02d7b05
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
|||
nix = {
|
||||
inherit (nix-config) extraOptions;
|
||||
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; };
|
||||
unstable = { from = { id = "unstable"; type = "indirect"; }; flake = inputs.nixpkgs-u; };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue