summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2019-02-16 19:22:24 +0100
committertv <tv@krebsco.de>2019-02-16 19:22:24 +0100
commit8791713f205c99121b083d2f495114baed29c1ee (patch)
tree6fe8615f757032f7e79721c56cfd4f1e70596228
parent7ab31ffeb0d074ea7c32697667412e08fc4db99d (diff)
Revert "tv: add deploy alias"
This reverts commit edeb11956553242749a35c9459b45c7bb079881e.
-rw-r--r--tv/2configs/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix
index e18ba31b..ac0a6af4 100644
--- a/tv/2configs/default.nix
+++ b/tv/2configs/default.nix
@@ -80,13 +80,6 @@ with import <stockholm/lib>;
ls = "ls -h --color=auto --group-directories-first";
dmesg = "dmesg -L --reltime";
view = "vim -R";
-
- deploy = pkgs.writeDash "deploy" ''
- set -eu
- cd ~/stockholm
- export SYSTEM="$1"
- exec nix-shell -I stockholm="$PWD" --run 'deploy --system="$SYSTEM"'
- '';
};
environment.variables = {