clojure-nix-locker icon indicating copy to clipboard operation
clojure-nix-locker copied to clipboard

Make standaloneLocker really standalone

Open DerGuteMoritz opened this issue 2 years ago • 0 comments

At the moment, standaloneLocker as exposed by the result of default.nix is actually not quite standalone: It relies on nix-prefetch-git being available on PATH and with https://github.com/bevuta/clojure-nix-locker/pull/7, it also requires babashka. Ideally, these dependencies would be baked into standaloneLocker itself but pkgs.writers.writePython3Bin doesn't have a runtimeInputs option like pkgs.writeShellApplication. Another option is to use makeWrapper as was attempted here but that is pretty clunky. Are there other options?

DerGuteMoritz avatar Sep 13 '22 13:09 DerGuteMoritz