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 | 0ba55f5b84a96c9e312a5085a689d92d8d504950 (patch) | |
tree | be477eb6cb28db3c2b4dd30682170819c9b22f3d /shared/2configs | |
parent | 0fd40740c097e44fb7ea7f3a2f951b85d7968fc1 (diff) |
s 1 wolf: initial preparation of ci packaging
Diffstat (limited to 'shared/2configs')
-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 0000000..06cce27 --- /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 + ]; +} |