Skip to content

Commit

Permalink
more packages for hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed May 4, 2021
1 parent 0f3dc17 commit cea643c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions flake.nix
Expand Up @@ -31,8 +31,7 @@
};

outputs = { self, nixpkgs, utils, bitte-cli, ... }@inputs:
let
overlay = import ./overlay.nix inputs;
let overlay = import ./overlay.nix inputs;
in (utils.lib.eachSystem [ "x86_64-linux" "x86_64-darwin" ] (system: rec {

legacyPackages = import nixpkgs {
Expand All @@ -45,8 +44,10 @@

packages = {
inherit (legacyPackages)
bitte nixos-rebuild nixFlakes sops terraform-with-plugins ssm-agent
cfssl consul;
bitte cfssl consul cue glusterfs haproxy haproxy-auth-request
haproxy-cors nixFlakes nixos-rebuild nomad nomad-autoscaler
oauth2_proxy sops ssm-agent terraform-with-plugins vault-backend
vault-bin;
};

hydraJobs = packages;
Expand Down

0 comments on commit cea643c

Please sign in to comment.