We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fdbdaa commit 1c9bf3cCopy full SHA for 1c9bf3c
1 file changed
flake.nix
@@ -20,7 +20,7 @@
20
inherit version;
21
src = pkgs.lib.cleanSource ./.;
22
subPackages = [ "cmd/sqlc-gen-queries" ];
23
- vendorHash = "sha256-hIAb1W5JMpfe3X+Svk80pK+L+ZyoaFyrXf0FhligWVU=";
+ vendorHash = "sha256-+p3CtZbFv2NQV8d2HI1wFBW2jbn4a9kc3+6qtjoLl8c=";
24
doInstallCheck = true;
25
installCheckPhase = ''
26
$out/bin/sqlc-gen-queries --help
0 commit comments