summaryrefslogtreecommitdiff
path: root/Biz/Ide
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-11-02 11:01:27 -0400
committerBen Sima <ben@bsima.me>2022-11-02 11:01:27 -0400
commitf9dd4df1dcd9d1a07ff8d306e9f0dda077161e13 (patch)
treefc9d69d1a68731427003363953fd7314206acef9 /Biz/Ide
parentea10fc541a6036425cd246a2321d3e0a755c2ccc (diff)
Select built nix targets with ship
Diffstat (limited to 'Biz/Ide')
-rwxr-xr-xBiz/Ide/ship8
1 files changed, 3 insertions, 5 deletions
diff --git a/Biz/Ide/ship b/Biz/Ide/ship
index 9f1bcf3..f817d29 100755
--- a/Biz/Ide/ship
+++ b/Biz/Ide/ship
@@ -9,11 +9,9 @@
stuff=(${@})
if [[ ${#stuff[@]} -eq 0 ]]
then
- stuff=(
- Biz/Cloud.nix
- Biz/Dev.nix
- Biz/Que.nix
- # Hero/Prod.nix # disabled bc herocomcis.app domain is broken
+ stuff=$(fd -t l . "$BIZ_ROOT/_" \
+ | fzf --multi \
+ | sed "s,$BIZ_ROOT/_/nix/,,g"
)
fi
lint ${stuff[@]}