From 99bb272cc3e71c2ae1b8ae9d9b6eba4cd70f07f6 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 8 Sep 2024 13:24:09 +0200 Subject: [PATCH] flake: remove stale input --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index d4f8b2b33..76e47b731 100644 --- a/flake.nix +++ b/flake.nix @@ -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;