7 Commits

Author SHA1 Message Date
8d502f1574
context: expose more internals
This makes overriding the Nix method easier.
2025-09-13 18:32:12 +09:00
a3427ce7dd
context: interface command type
This should allow caller to override the method to run in a container.
2025-09-13 13:06:39 +09:00
4d9d4bcef2
exec: append custom store
This is primarily for chroot stores. This might not be useful however since chroot store breaks builds.
2025-07-23 12:09:32 +09:00
e448541464
exec: increase default wait delay
Should avoid killing Nix command whenever possible.
2025-07-23 11:31:57 +09:00
4787f51d84
exec: interrupt with delayed kill
This gives nix a chance to gracefully exit.
2025-07-21 00:33:04 +09:00
fdc969afb6
treewide: migrate to gensokyo.uk/nix 2025-07-19 02:33:24 +09:00
d3a8aed237
exec: replace global state with interface
This is cleaner, and finally enables writing tests for the nix invoking functions.
2025-07-17 16:53:00 +09:00