bundlers icon indicating copy to clipboard operation
bundlers copied to clipboard

Bundle distributable shells

Open mgttlinger opened this issue 3 years ago • 1 comments

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.

mgttlinger avatar Oct 24 '22 13:10 mgttlinger

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?

mgttlinger avatar Oct 24 '22 13:10 mgttlinger