summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-10-16 06:42:58 +0000
committerMike Vink <mike1994vink@gmail.com>2023-10-16 06:42:58 +0000
commitec8194b397d666c6f01b7294486a1210051f7d12 (patch)
tree0cec143390210131ee9e16447e65b9379ef026e6 /flake.nix
parent0d7bccb081ecdbc5dea7e2988fc9819287800cfa (diff)
fixup
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index fe70581..a2cb74a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -42,7 +42,7 @@
])));
};
- nixosConfigurations.core = inputs: extraModules: nixpkgs.lib.nixosSystem {
+ nixosConfigurations.core = extraModules: nixpkgs.lib.nixosSystem {
inherit lib system;
specialArgs = {inherit inputs;};
modules = extraModules ++ [