Revert "nix: remove socket in boot-fake-ship"

This reverts commit a115dce91c.
This commit is contained in:
Jōshin 2021-12-23 09:42:30 +00:00
parent ceeb21d71e
commit 2d6ea34f7a
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0

View File

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