aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 401c031..a7b3312 100644
--- a/flake.nix
+++ b/flake.nix
@@ -57,7 +57,7 @@
nixosConfigurations = {
hadante = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
- specialArgs = { inherit inputs; };
+ specialArgs = { inherit inputs system; };
modules = [
(inputs: {
nixpkgs.overlays = [