bind mount local nix store to containers
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
text = ''
|
||||
container:
|
||||
network: "host"
|
||||
valid_volume:
|
||||
- "/nix/store:/nix/store"
|
||||
'';
|
||||
};
|
||||
in
|
||||
@@ -42,7 +44,6 @@
|
||||
};
|
||||
volumes = [
|
||||
"/var/run/docker.sock:/var/run/docker.sock"
|
||||
"/nix/store:/nix/store"
|
||||
"${runner_config}:/config.yml:ro"
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user