diff options
author | makefu <github@syntax-fehler.de> | 2015-12-14 19:36:06 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-12-14 19:36:06 +0100 |
commit | 55ad05879b8ba97e369bfd72810028dd4622e356 (patch) | |
tree | 1cfee15272208e3fdfd5945e9621fd9a1f7dfd7a /shared/2configs/cac-ci.nix | |
parent | 6f150af8acf2195188518bf53d0330da7a4bb8f8 (diff) |
s 1 wolf: initial preparation of ci packaging
Diffstat (limited to 'shared/2configs/cac-ci.nix')
-rw-r--r-- | shared/2configs/cac-ci.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shared/2configs/cac-ci.nix b/shared/2configs/cac-ci.nix new file mode 100644 index 000000000..06cce2746 --- /dev/null +++ b/shared/2configs/cac-ci.nix @@ -0,0 +1,11 @@ +{ config, lib, pkgs, ... }: + +with lib; +{ + environment.systemPackages = with pkgs;[ + get + cac + cacpanel + jq + ]; +} |