NixOS / bundlers

MIT License
93 stars 12 forks source link

Bundle distributable shells #9

Open mgttlinger opened 1 year ago

mgttlinger commented 1 year ago

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 commented 1 year ago

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?