Open
Description
What happened?
When trying to pull in a NUR flake that is unfree I am unable to get Devbox to accept NIXPKGS_ALLOW_UNFREE. This is due to the fact that the --impure
flag is not being included during nix print-dev-env
when using devbox shell
.
More context can be found in this discord thread
Steps to reproduce
- devbox init
- debox add github:goreleaser/nur/ec67c3ebe81bd5614190e3dd4600089859d5b179#goreleaser-pro
- NIXPKGS_ALLOW_UNFREE=1 devbox shell
Command
shell
devbox.json
Devbox version
0.12.0
Nix version
nix (Nix) 2.21.2
What system does this bug occur on?
macOS (Apple Silicon)
Debug logs
No response