Enable gzip compression

This commit is contained in:
heyarne 2022-03-08 10:07:11 +01:00
commit 226e43e2f1
5 changed files with 12 additions and 3 deletions

View file

@ -5,7 +5,7 @@ buildGoModule rec {
version = "0.0.1";
src = ./.;
vendorSha256 = "sha256-W+oAjjRYXoKM20nubO0y2yUA4WRjOn7zki3pIf9TMvc=";
vendorSha256 = "sha256-+NV7tsw76n4PIYjeSU9SqyzMdv7OoRJA1TANqhJcR9I=";
buildInputs = [
stdenv