diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-10-16 06:42:58 +0000 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-10-16 06:42:58 +0000 |
| commit | ec8194b397d666c6f01b7294486a1210051f7d12 (patch) | |
| tree | 0cec143390210131ee9e16447e65b9379ef026e6 /flake.nix | |
| parent | 0d7bccb081ecdbc5dea7e2988fc9819287800cfa (diff) | |
fixup
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ++ [ |
