fix commit

This commit is contained in:
Joshua Bell 2026-01-27 00:50:16 -06:00
parent f98da9c152
commit d5811679d6
11 changed files with 685 additions and 2 deletions

View file

@ -62,7 +62,8 @@
# For development, use: go build ./cmd/qvm
src = ./.;
vendorHash = "sha256-d6Z32nPDawwFqhKfVw/QwHUuDuMuTdQdHApmxcXzFng=";
# vendorHash = pkgs.lib.fakeHash;
vendorHash = "sha256-G/L3vzOampQK6vB12DdotBB/T8ojNkkrIy+8tQgQTI4=";
subPackages = [ "cmd/qvm" ];