add copyparty to starr group
All checks were successful
/ perform flake analysis (push) Successful in 1m24s
/ build hive configuration (push) Successful in 9m9s

mount nix store in runner container
This commit is contained in:
shobu
2025-12-17 17:51:34 +01:00
parent 8ee5550803
commit f06e325736
2 changed files with 4 additions and 1 deletions

View File

@@ -42,6 +42,7 @@
};
volumes = [
"/var/run/docker.sock:/var/run/docker.sock"
"/nix/store:/nix/store"
"${runner_config}:/config.yml:ro"
];
};