bbin icon indicating copy to clipboard operation
bbin copied to clipboard

Nix package

Open rads opened this issue 3 years ago • 1 comments

Pull requests are welcome. 🙂

rads avatar Aug 28 '22 18:08 rads

I tried to create a package here https://github.com/NixOS/nixpkgs/pull/200195. The package builds, but running commands installed with bbin results in

----- Context ------------------------------------------------------------------
24:   ["bb" "--deps-root" script-root "--config" (str tmp-edn)
25:         script-main-opts-first script-main-opts-second
26:         "--"])
27: 
28: (process/exec (into base-command *command-line-args*))
    ^--- exec is not supported in non-GraalVM environments

Sohalt avatar Nov 08 '22 20:11 Sohalt