diff options
author | tv <tv@krebsco.de> | 2017-03-07 23:24:31 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-03-07 23:24:46 +0100 |
commit | c432c6646159569088452cc4caea1d3820ebe0f7 (patch) | |
tree | e52326480a5a27940236247a8c40723cd71397f1 /tv/2configs | |
parent | 490cee4a2f941efa5a45c0ba87daa5cc35636cc3 (diff) |
tv: stockholm dependencies are default
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index e170156a4..4c10b2a28 100644 --- a/tv/2configs/default.nix +++ b/tv/2configs/default.nix @@ -38,6 +38,8 @@ with import <stockholm/lib>; # stockholm dependencies environment.systemPackages = with pkgs; [ git + gnumake + hashPassword populate ]; } |