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