aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-05-29 18:43:41 +0200
committerLinnea Gräf <nea@nea.moe>2025-05-29 18:43:41 +0200
commitfa0f951f816a0e6fb5d1c50875a48232976aa482 (patch)
treeb2a3202b9d1666f52785ca2e463c4fe20d7e1e9b
parent9ef4402a2c58851ee0972136531551d667762f85 (diff)
downloadnix-infra-fa0f951f816a0e6fb5d1c50875a48232976aa482.tar.gz
nix-infra-fa0f951f816a0e6fb5d1c50875a48232976aa482.tar.bz2
nix-infra-fa0f951f816a0e6fb5d1c50875a48232976aa482.zip
snapshot: Do 29. Mai 18:43:41 CEST 2025
-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 = [