diff options
author | tv <tv@krebsco.de> | 2019-02-16 19:22:24 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2019-02-16 19:22:24 +0100 |
commit | 8791713f205c99121b083d2f495114baed29c1ee (patch) | |
tree | 6fe8615f757032f7e79721c56cfd4f1e70596228 /tv/2configs | |
parent | 7ab31ffeb0d074ea7c32697667412e08fc4db99d (diff) |
Revert "tv: add deploy alias"
This reverts commit edeb11956553242749a35c9459b45c7bb079881e.
Diffstat (limited to 'tv/2configs')
-rw-r--r-- | tv/2configs/default.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tv/2configs/default.nix b/tv/2configs/default.nix index e18ba31b0..ac0a6af4d 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 = { |