flake: use 'flake-parts'
This commit is contained in:
parent
92438d35f6
commit
922c6e75ca
|
@ -1,4 +1,5 @@
|
||||||
{ self
|
{ self
|
||||||
|
, flake-parts
|
||||||
, futils
|
, futils
|
||||||
, home-manager
|
, home-manager
|
||||||
, nixpkgs
|
, nixpkgs
|
||||||
|
@ -77,4 +78,8 @@ let
|
||||||
nixosConfigurations = import ./nixos.nix inputs;
|
nixosConfigurations = import ./nixos.nix inputs;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
(eachMySystem systemDependant) // systemIndependant
|
flake-parts.lib.mkFlake { inherit inputs; } {
|
||||||
|
systems = mySystems;
|
||||||
|
|
||||||
|
flake = (eachMySystem systemDependant) // systemIndependant;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue