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 {}) );
|
||||
|
||||
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;
|
||||
flake = {
|
||||
nixosModules = aspect.modules;
|
||||
|
|
Loading…
Reference in a new issue