diff options
author | Ben Sima <ben@bsima.me> | 2019-11-23 17:15:42 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-23 17:15:42 -0800 |
commit | 68f18f21758200efefe36b8a98853660e6e8b940 (patch) | |
tree | 5e4e6b85b767118d54c6dccad0dbb7ddcf7cd506 /bild | |
parent | d0683537c8231bcfa1efaeb863b76dcd3949d21b (diff) |
Put outputs in _bild path
Diffstat (limited to 'bild')
-rwxr-xr-x | bild | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |