jetify-com / devbox

Instant, easy, and predictable development environments
https://www.jetify.com/devbox/
Apache License 2.0
7.84k stars 188 forks source link

nix: allow unfree and insecure in cache upload #2078

Closed gcurtis closed 1 month ago

gcurtis commented 1 month ago

Add the NIXPKGS_ALLOW_UNFREE and NIXPKGS_ALLOW_INSECURE environment variables to nix copy commands so that those packages can be uploaded by default. This also requires the --impure flag so that Nix respects the environment variables.