diff options
author | tv <tv@krebsco.de> | 2015-12-20 19:37:46 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-12-20 19:37:46 +0100 |
commit | a14be9e3aed1d6123f6fb99c7ca017ac2842c80d (patch) | |
tree | 3080dd1517e5179fe2feaa9e0103b5680695e18a /shared/2configs/cac-ci.nix | |
parent | 1346e53598ec77ed43f214752b0ce4be0b189646 (diff) | |
parent | 0971df6a745fd358ac9e4904d44ad48fbf0e8b6d (diff) |
Merge remote-tracking branch 'gum/master'
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 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 + ]; +} |