overlays priority

This commit is contained in:
Filippo Berto 2024-10-22 21:31:32 +02:00
parent d7e02d7b05
commit f91ca25c01
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 5 additions and 6 deletions

View file

@ -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;