diff options
| author | lassulus <git@lassul.us> | 2024-06-25 22:27:47 +0200 |
|---|---|---|
| committer | lassulus <git@lassul.us> | 2024-06-25 22:27:47 +0200 |
| commit | f9dfebb1b50603367115d14cb1ed9eb6c862fcae (patch) | |
| tree | 34d92b4784fd922a1ec3a15d7987bed55660d3ff /flake.nix | |
| parent | 14c72d70908915e41554d0f24bd72f00a318b2a0 (diff) | |
| parent | b5ed6effc88c20eb1044edab103630099a7d1411 (diff) | |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,15 +7,18 @@ }; # disko.url = "github:nix-community/disko"; # disko.inputs.nixpkgs.follows = "nixpkgs"; + buildbot-nix.url = "github:Mic92/buildbot-nix"; + buildbot-nix.inputs.nixpkgs.follows = "nixpkgs"; }; description = "stockholm"; - outputs = { self, nixpkgs, nix-writers }: { + outputs = { self, nixpkgs, nix-writers, buildbot-nix, ... }@inputs: { nixosConfigurations = nixpkgs.lib.mapAttrs (machineName: _: nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs.stockholm = self; specialArgs.nix-writers = nix-writers; + specialArgs.buildbot-nix = buildbot-nix; modules = [ ./krebs/1systems/${machineName}/config.nix { |
