bump version to 0.0.8, enable tests on nix build

This commit is contained in:
2026-06-14 16:37:10 +02:00
parent 46a886a6bd
commit 940b595e3a
3 changed files with 65 additions and 73 deletions

View File

@ -38,15 +38,12 @@
final:
{
pname = "dmm";
version = "0.0.7";
version = "0.0.8";
inherit src;
cargoLock.lockFile = src + "/Cargo.lock";
nativeBuildInputs = tools;
doCheck = false;
# env.COMPRESSION_COMMAND="${pkgs.lrzip}/bin/lrzip";
buildInputs = with pkgs; [
sqlite