diff options
| author | lassulus <git@lassul.us> | 2024-09-08 13:24:09 +0200 |
|---|---|---|
| committer | lassulus <git@lassul.us> | 2024-09-08 13:24:09 +0200 |
| commit | 99bb272cc3e71c2ae1b8ae9d9b6eba4cd70f07f6 (patch) | |
| tree | d080acf2edaafceaa2d5727c0b53b788f4a776a3 | |
| parent | 58ff7542044daf5645961d38e58d49c294243f64 (diff) | |
flake: remove stale input
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ description = "stockholm"; - outputs = { self, nixpkgs, nix-writers, buildbot-nix, ... }@inputs: { + outputs = { self, nixpkgs, nix-writers, buildbot-nix, ... }: { nixosConfigurations = nixpkgs.lib.mapAttrs (machineName: _: nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs.stockholm = self; |
