remove go reference from nix package
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Garionion 2022-03-29 22:03:13 +02:00
parent 7de5e6b415
commit cd9fd4e752
3 changed files with 3 additions and 4 deletions

2
.envrc
View file

@ -1 +1 @@
use nix
use flake

View file

@ -7,8 +7,7 @@ kill_timeout = 5
processes = []
[build]
builder = "paketobuildpacks/builder:base"
buildpacks = ["gcr.io/paketo-buildpacks/go"]
image = "garionion/gitea-attachements-proxy:latest"
[env]

View file

@ -19,7 +19,7 @@ pkgs.buildGo117Module {
tags = [ ];
allowGoReference = true;
allowGoReference = false;
#vendorSha256 = lib.fakeSha256;
vendorSha256 = "sha256-K5EBHiU03DMzD/E4yuCLq6p+G0PU62bR1BHuGtA3KhU=";