devos: move common overlays to sharedOverlays for
fup passthrough
See:
89d9b3ea97
This commit is contained in:
parent
d01753bbfa
commit
c2c9a65fc4
10
flake.nix
10
flake.nix
|
@ -73,11 +73,7 @@
|
|||
channels = {
|
||||
nixos = {
|
||||
imports = [ (digga.lib.importOverlays ./overlays) ];
|
||||
overlays = [
|
||||
nur.overlay
|
||||
agenix.overlay
|
||||
./pkgs/default.nix
|
||||
];
|
||||
overlays = [ ];
|
||||
};
|
||||
latest = { };
|
||||
};
|
||||
|
@ -91,6 +87,10 @@
|
|||
our = self.lib;
|
||||
});
|
||||
})
|
||||
nur.overlay
|
||||
agenix.overlay
|
||||
|
||||
(import ./pkgs)
|
||||
];
|
||||
|
||||
nixos = {
|
||||
|
|
Loading…
Reference in a new issue