diff options
Diffstat (limited to 'Biz/Bild')
-rw-r--r-- | Biz/Bild/Repl.nix | 1 | ||||
-rw-r--r-- | Biz/Bild/ShellHook.sh | 6 |
2 files changed, 2 insertions, 5 deletions
diff --git a/Biz/Bild/Repl.nix b/Biz/Bild/Repl.nix deleted file mode 100644 index 94edf3a..0000000 --- a/Biz/Bild/Repl.nix +++ /dev/null @@ -1 +0,0 @@ -{ nixpkgs = import ./.; } diff --git a/Biz/Bild/ShellHook.sh b/Biz/Bild/ShellHook.sh index 75a0842..89751d3 100644 --- a/Biz/Bild/ShellHook.sh +++ b/Biz/Bild/ShellHook.sh @@ -45,9 +45,7 @@ function hero() { fi } -function lint() { - alias lint=$BIZ_ROOT/Biz/lint.py -} +alias lint=$BIZ_ROOT/Biz/Lint.py function pie() { runghc Biz.Pie $@ @@ -74,7 +72,7 @@ function push() { # TODO: convert to haskell function ship() { set -ex - $BIZ_ROOT/Biz/lint.py + $BIZ_ROOT/Biz/Lint.py stuff=(${1}) if [[ ${#stuff[@]} -eq 0 ]] then |