a
This commit is contained in:
parent
1d2ecf2723
commit
5247a66021
2 changed files with 1 additions and 5 deletions
|
|
@ -6,9 +6,7 @@ buildGoModule {
|
||||||
|
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
vendorHash = "sha256-A1Gf5F5UD6jNUAIuXvW5WmoPsVd5T73zlbJjqbMSuLw=";
|
vendorHash = null;
|
||||||
|
|
||||||
env.CGO_ENABLED = 1;
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Henna gallery server";
|
description = "Henna gallery server";
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,6 @@
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|
||||||
buildInputs = [ pkgs.sqlite ];
|
buildInputs = [ pkgs.sqlite ];
|
||||||
|
|
||||||
env.CGO_ENABLED = 1;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue