flake: remove stale input

This commit is contained in:
lassulus 2024-09-08 13:24:09 +02:00
parent 58ff754204
commit 99bb272cc3

View File

@ -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;