mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 03:23:09 +03:00
nix: remove socket in boot-fake-ship
This commit is contained in:
parent
c10e2319be
commit
a115dce91c
@ -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
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user