Skip to content

Commit

Permalink
use bin
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirez7 authored and pcrain committed Jun 30, 2024
1 parent c3f04d9 commit cd4b2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stdenv.mkDerivation {
buildDepends = [ xz ];

installPhase = ''
mkdir -p $out
cp ./slippc $out/
mkdir -p $out/bin
cp ./slippc $out/bin/
'';
}

0 comments on commit cd4b2ad

Please sign in to comment.