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 | 04b6533c7e4407783118beee22cb4d466a7e049e (patch) | |
tree | 81c0756b33f75b5e0794096d85c41ceaeac0a6da /tv/2configs | |
parent | a2ebc2cb456e9ad3ece900ac88be69c250dff073 (diff) |
Revert "tv: add deploy alias"
This reverts commit 288f895abbf1ada7d5cc3979fe51ac29c3148657.
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 e18ba31..ac0a6af 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 = { |