flake updated
This commit is contained in:
parent
b04ab998ce
commit
0aac40808e
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
buildInputs = [zlib gmp libffi openssl];
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp $tarball/sTodo $out/bin
|
||||
cp $src/sTodo $out/bin
|
||||
'';
|
||||
mainProgram = "sTodo";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue