From 5da83c8a3c927737e73368ef2f921dd5e258cc91 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 24 Jan 2023 20:54:19 +0100 Subject: [PATCH] nix community. Where shit just gets renamed without reason and documentation --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 46378ee..674f901 100644 --- a/flake.nix +++ b/flake.nix @@ -100,13 +100,13 @@ dishwasher = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; - extraArgs = { flake = self; }; modules = [ sops-nix.nixosModules.sops microvm.nixosModules.host ./hosts/dishwasher ./modules/basic-tools ./modules/binary-caches.nix + { config._module.args = { flake = self; }; } ]; };