Merge (#34) from tomasriveral/fix-33-flake-version

fix(#33): flake notewrapper version flag
This commit is contained in:
2026-05-26 11:22:05 +02:00
committed by GitHub
+1
View File
@@ -24,6 +24,7 @@
nativeBuildInputs = with pkgs; [
pkg-config
gnumake
git # The makefile uses git to get the tagged version. Without it notewrapper --version can't return the version.
];
buildInputs = with pkgs; [