This commit is contained in:
icefox 2025-12-26 12:26:57 -03:00
parent 5247a66021
commit 1f6e00ab32
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ buildGoModule {
src = ./.;
vendorHash = null;
vendorHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
meta = with lib; {
description = "Henna gallery server";

View file

@ -25,7 +25,7 @@
pname = "henna";
version = "0.1.0";
src = ./.;
vendorHash = null;
vendorHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
buildInputs = [ pkgs.sqlite ];
};