summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrigory Shipunov2023-01-24 20:54:19 +0100
committerGrigory Shipunov2023-01-24 20:54:19 +0100
commit5da83c8a3c927737e73368ef2f921dd5e258cc91 (patch)
tree6e5f81e04c05c8d309f80aba0c9d852f753f0ed5
parent73757ed94eb9f1bb28a72c70c1ed35d1e253f158 (diff)
nix community. Where shit just gets renamed without reason and documentation
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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; }; }
];
};