1
0
Fork 0

marksman: Add unpack output

This commit is contained in:
Daniel Kempkens 2022-08-17 14:53:17 +02:00
parent 9873a20507
commit 0a17ab1206

View file

@ -19,6 +19,7 @@ pkgs.stdenv.mkDerivation rec {
};
unpackPhase = ''
echo "$src is already the binary"
true
'';