flake: overlays: convert to 'flake-parts'
This commit is contained in:
parent
922c6e75ca
commit
a88c99b9d7
2 changed files with 7 additions and 4 deletions
|
|
@ -73,13 +73,15 @@ let
|
|||
systemIndependant = {
|
||||
lib = import ./lib.nix inputs;
|
||||
|
||||
overlays = import ./overlays.nix inputs;
|
||||
|
||||
nixosConfigurations = import ./nixos.nix inputs;
|
||||
};
|
||||
in
|
||||
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||
systems = mySystems;
|
||||
|
||||
imports = [
|
||||
./overlays.nix
|
||||
];
|
||||
|
||||
flake = (eachMySystem systemDependant) // systemIndependant;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue