meta: new-style mkFlake call
This commit is contained in:
parent
85c32c5976
commit
f5df6a7b8a
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
||||||
(host: mkDeploy host // (overrides.${host} or {}) );
|
(host: mkDeploy host // (overrides.${host} or {}) );
|
||||||
|
|
||||||
effects = inputs.hercules-ci-effects.lib.withPkgs nixpkgsFor.x86_64-linux;
|
effects = inputs.hercules-ci-effects.lib.withPkgs nixpkgsFor.x86_64-linux;
|
||||||
in flake-parts.lib.mkFlake { inherit self; } {
|
in flake-parts.lib.mkFlake { inherit inputs; } {
|
||||||
inherit systems;
|
inherit systems;
|
||||||
flake = {
|
flake = {
|
||||||
nixosModules = aspect.modules;
|
nixosModules = aspect.modules;
|
||||||
|
|
Loading…
Reference in a new issue