Update default.nix
This commit is contained in:
parent
73a07960ed
commit
90c3182467
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
install -Dm755 fiche -t $out/bin
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue