Update default.nix

This commit is contained in:
Pablo Ovelleiro Corral 2020-10-28 00:06:44 +01:00 committed by GitHub
parent 73a07960ed
commit 90c3182467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,6 @@ stdenv.mkDerivation rec {
};
installPhase = ''
mkdir -p $out/bin
install -Dm755 fiche -t $out/bin
'';