flake: remove stale input
This commit is contained in:
parent
58ff754204
commit
99bb272cc3
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
description = "stockholm";
|
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 {
|
nixosConfigurations = nixpkgs.lib.mapAttrs (machineName: _: nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs.stockholm = self;
|
specialArgs.stockholm = self;
|
||||||
|
Loading…
Reference in New Issue
Block a user