diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-05-29 18:43:41 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-05-29 18:43:41 +0200 |
| commit | fa0f951f816a0e6fb5d1c50875a48232976aa482 (patch) | |
| tree | b2a3202b9d1666f52785ca2e463c4fe20d7e1e9b | |
| parent | 9ef4402a2c58851ee0972136531551d667762f85 (diff) | |
| download | nix-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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = [ |
