Revert "tv: add deploy alias"

This reverts commit edeb119565.
This commit is contained in:
tv 2019-02-16 19:22:24 +01:00
parent 7ab31ffeb0
commit 8791713f20
1 changed files with 0 additions and 7 deletions

View File

@ -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 = {