overlays priority
This commit is contained in:
parent
d7e02d7b05
commit
f91ca25c01
3 changed files with 5 additions and 6 deletions
|
|
@ -64,7 +64,6 @@
|
|||
nix = {
|
||||
inherit (nix-config) extraOptions;
|
||||
registry = {
|
||||
# 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; };
|
||||
};
|
||||
|
|
@ -213,7 +212,6 @@
|
|||
};
|
||||
|
||||
flake = {
|
||||
|
||||
overlays = {
|
||||
default = inputs.self.overlays.packages;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue