flake: move 'overlays' to 'flake/'
This commit is contained in:
parent
b9083244ed
commit
819ce1a320
2 changed files with 17 additions and 6 deletions
|
|
@ -199,12 +199,7 @@
|
|||
}) // {
|
||||
inherit lib;
|
||||
|
||||
overlays = import ./overlays // {
|
||||
lib = final: prev: { inherit lib; };
|
||||
pkgs = final: prev: {
|
||||
ambroisie = prev.recurseIntoAttrs (import ./pkgs { pkgs = prev; });
|
||||
};
|
||||
};
|
||||
overlays = import ./flake/overlays.nix inputs;
|
||||
|
||||
nixosConfigurations = lib.mapAttrs buildHost {
|
||||
aramis = "x86_64-linux";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue