fix(#33): flake notewrapper version flag

This commit is contained in:
2026-05-26 11:19:03 +02:00
parent c8b5538e1c
commit 004b536e05
+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; [