From 73757ed94eb9f1bb28a72c70c1ed35d1e253f158 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 24 Jan 2023 20:51:02 +0100 Subject: pass self as extra input --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 6061f7e..46378ee 100644 --- a/flake.nix +++ b/flake.nix @@ -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 -- cgit v1.3.1