INVXGPNKOM33VJULCY7CKPSVAIHSV4EYM4TT3QVL4VBGTMPJ6HHAC
YXYXJDMBKFCIM4AIKCGJROUK4U3RBK5OLCBPGLA5AGERRHLGHSGAC
MHVIT4JYWUYD4UCGB2AHLXWLX6B5SYE22BREERNGANT7RGGDUFOAC
EPWEMRI23UN6C777AL2GWEOXYZRTPEPFC2SZVZ4JTWUGYVFDL5XAC
24BMQDZAWDQ7VNIA7TIROXSOYLOJBNZ2E4264WHWNJAEN6ZB3UOAC
HJOEIMLRDVQ2KZI5HGL2HKGBM3AHP7YIKGKDAGFUNKRUXVRB24NAC
writeFile(rootsDir + "/" + baseNameOf(path), "");
addRoot(path);
void State::addRoot(const Path & storePath){ auto root = rootsDir + "/" + baseNameOf(storePath); if (!pathExists(root)) writeFile(root, "");}
void State::addRoot(const Path & storePath)
{
auto root = rootsDir + "/" + baseNameOf(storePath);
if (!pathExists(root)) writeFile(root, "");
}
addRoot("/nix/store/rk9lahzm21qm0zjclv6mz0m4hy77wk14-vm-test-run-unnamed.drv");
void addRoot(const nix::Path & storePath);