1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 03:43:54 +02:00

Add a setting for enabling cgroups

This commit is contained in:
Eelco Dolstra 2022-11-28 21:54:02 +01:00
parent ff12d1c1a1
commit 67bcb99700
4 changed files with 27 additions and 10 deletions

View file

@ -23,7 +23,7 @@ makeTest ({
nix.binaryCaches = lib.mkForce [ ];
nix.extraOptions =
''
extra-experimental-features = nix-command auto-allocate-uids
extra-experimental-features = nix-command auto-allocate-uids cgroups
extra-system-features = uid-range
'';
nix.nixPath = [ "nixpkgs=${nixpkgs}" ];