IRC channel logs
2026-09-14.log
back to list of logs
<nv_el>anybody know the differences between icecat and icecat-minimal? <ryanprior>I get a crash & stack trace when I run "guix shell -m guix.scm --pure -- bash" in the guix repo. That's not expected right? <ryanprior>running "guix shell" works, but running "guix shell --pure -- bash" doesn't work (it creates an empty profile) so I added "-m guix.scm" to try and explicitly pull in the file, but that causes a crash <ryanprior>I also tried running it with "guix shell -f guix.scm --pure -- bash" (-f instead of -m) and that also crashes <ryanprior>rekado: how does the lua-luv package work? If I run this invocation it fails to import: guix shell --pure lua lua-luv -- lua -e 'require("luv")'