diff options
Diffstat (limited to 'rise')
-rwxr-xr-x | rise | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/usr/bin/env bash +nix build -f default.nix "$@".app +export STATIC_DIR=$(realpath ./result/static) +echo $STATIC_DIR +./result/bin/ibb |