change strongbox

This commit is contained in:
2023-09-29 12:24:25 +02:00
parent 8934f20baf
commit 4baf791e21

View File

@@ -11,8 +11,10 @@ stdenv.mkDerivation {
sha256 = "sha256-Q/mYfrKTJ3zxkSl2onqWsrRGNtx1KM3AEsOM4hkzMM0=";
};
phases = [ "installPhase" ];
installPhase = ''
chmod +x strongbox
install -D --target $out/bin *
chmod +x $src
install -D $src $out/bin/strongbox
'';
}