mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-21 23:48:49 +01:00
set sandboxing relaxed
This commit is contained in:
parent
849728aeb5
commit
e5b26d9061
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ with lib;
|
|||
package = mkDefault pkgs.nixUnstable;
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
sandbox = relaxed
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue