summaryrefslogtreecommitdiff
path: root/bild
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-11-23 17:15:42 -0800
committerBen Sima <ben@bsima.me>2019-11-23 17:15:42 -0800
commit68f18f21758200efefe36b8a98853660e6e8b940 (patch)
tree5e4e6b85b767118d54c6dccad0dbb7ddcf7cd506 /bild
parentd0683537c8231bcfa1efaeb863b76dcd3949d21b (diff)
Put outputs in _bild path
Diffstat (limited to 'bild')
-rwxr-xr-xbild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bild b/bild
index 5466d52..5b74ffb 100755
--- a/bild
+++ b/bild
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-nix build -f default.nix "$@"
+nix build -o "_bild/$@" -f default.nix "$@"
if [[ $? != 0 ]]
then
echo ":: bild fail"