fix silly breaking issue
This commit is contained in:
parent
09cae20710
commit
ae08db9c5e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
|||
mkdir -p $out/bin
|
||||
cp -r ./* $out/
|
||||
echo "#!/usr/bin/env bash" > bestblog
|
||||
echo "cd $(echo $out)/src/" >> bestblog
|
||||
echo "cd $(echo $out)/" >> bestblog
|
||||
echo "${lib.getExe rust-http-server.packages.x86_64-linux.default} --port 9345" >> bestblog
|
||||
chmod a+x bestblog
|
||||
cp bestblog $out/bin/bestblog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue