bundlers
bundlers copied to clipboard
Bundle distributable shells
nix bundle fails to package mkShell derivations however by utilizing writeShellApplication to package bash with runtime dependencies of a package in scope we can create a distributable shell environment to build a certain package.
This should work however it seems to not find writeShellApplication although the other trivial builders are found. Any hints as to why this might be happening?