Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 339 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 339 Bytes

Running:

Based off this guide

$ nix-shell -p bundler $ bundler package --no-install --path vendor $ rm -rf .bundler vendor $ exit # leave nix-shell

$ $(nix-build '' -A bundix)/bin/bundix $ rm result # nix-build created this (linking to bundix build)

$ nix-shell