You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[allow unfree] add --impure and env-var to nix profile commands (#753)
## Summary
Adding these back. They enable adding unfree packages and do not affect
shell perf.
```
❯ time devbox run -- echo "hi"
Warning: local and global devbox.json have different nixpkgs commits. Will use the local version. This may lead to version mismatch and nix store bloat.
Ensuring packages are installed.
hi
devbox run -- echo "hi" 0.41s user 0.16s system 67% cpu 0.847 total
```
context:
#749 (comment)
## How was it tested?
these now work
```
> devbox add slack
> devbox add vscode
```
~I will add a testscript unit test in a follow up PR~
Added testscript unit test
0 commit comments