nix: remove socket in boot-fake-ship

This commit is contained in:
Jōshin 2021-10-06 06:46:23 +00:00
parent c10e2319be
commit a115dce91c

View File

@ -49,6 +49,8 @@ in stdenvNoCC.mkDerivation {
'';
installPhase = ''
# XX unlink khan.sock in case pier has not finished shutting down
rm -f ./pier/.urb/khan.sock
mv ./pier $out
'';
}