diff options
| author | Grigory Shipunov | 2023-01-24 20:54:19 +0100 |
|---|---|---|
| committer | Grigory Shipunov | 2023-01-24 20:54:19 +0100 |
| commit | 5da83c8a3c927737e73368ef2f921dd5e258cc91 (patch) | |
| tree | 6e5f81e04c05c8d309f80aba0c9d852f753f0ed5 | |
| parent | 73757ed94eb9f1bb28a72c70c1ed35d1e253f158 (diff) | |
nix community. Where shit just gets renamed without reason and documentation
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }; } ]; }; |
