Make nix builder privileged
This commit is contained in:
parent
c360124e21
commit
066ef59c5e
|
@ -19,6 +19,7 @@
|
|||
"/var/sharedstore:/sharedstore"
|
||||
];
|
||||
dockerDisableCache = true;
|
||||
dockerPrivileged = true;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue