add stable nixpkgs to flake registry
This commit is contained in:
parent
cc0229578f
commit
2317eda5d3
3 changed files with 21 additions and 1 deletions
|
|
@ -16,8 +16,9 @@ with lib;
|
|||
auto-optimise-store = true;
|
||||
};
|
||||
nix.registry = {
|
||||
hd.flake = inputs.self;
|
||||
cfg.flake = inputs.self;
|
||||
nixpkgs.flake = inputs.nixpkgs;
|
||||
nixpkgs-stable.flake = inputs.nixpkgs-stable;
|
||||
};
|
||||
nixpkgs.config.allowUnfree = false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue