pass self as extra input
This commit is contained in:
parent
b5d9507157
commit
73757ed94e
2 changed files with 4 additions and 3 deletions
|
@ -100,6 +100,7 @@
|
|||
dishwasher = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
extraArgs = { flake = self; };
|
||||
modules = [
|
||||
sops-nix.nixosModules.sops
|
||||
microvm.nixosModules.host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue