Allow netrc file in sandbox paths
This commit is contained in:
parent
ff14620e3e
commit
4a5b73f5e7
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@
|
|||
|
||||
nix = {
|
||||
package = pkgs.nixUnstable;
|
||||
sandboxPaths = [
|
||||
"/etc/nixos/var/netrc"
|
||||
];
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue