summaryrefslogtreecommitdiff
path: root/Biz
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-04-19 17:51:48 -0700
committerBen Sima <ben@bsima.me>2020-04-19 17:51:48 -0700
commit17247f927d3cec408f6fc541629a5fef5344b07e (patch)
tree158948bc2473965ea6325040ee57649c1ba0416e /Biz
parent35f0ade5ea77d17544d253f970ef94dd1c7cd9f0 (diff)
Unify dev packages and base packages
Diffstat (limited to 'Biz')
-rw-r--r--Biz/packages.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/Biz/packages.nix b/Biz/packages.nix
index 4ffbbf8..65bbe6c 100644
--- a/Biz/packages.nix
+++ b/Biz/packages.nix
@@ -1,5 +1,7 @@
{ pkgs, ... }:
+# Base set of packages to be expected everywhere.
+
with pkgs;
{
@@ -10,7 +12,6 @@ with pkgs;
python3
ranger
telnet
- tinc_pre
traceroute
vnstat
wget