Update flake.nix

This commit is contained in:
Stuce 2025-09-22 12:04:49 +02:00
parent 16bcee802d
commit 7b29a58a22

View file

@ -19,7 +19,7 @@
pname = "sTodo"; pname = "sTodo";
version = "1.0.0"; version = "1.0.0";
src = tarball; src = tarball;
buildInputs = [zlib gmp libffi]; buildInputs = [libz gmp libffi];
nativeBuildInputs = [openssl]; nativeBuildInputs = [openssl];
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin