Merge pull request #44 from yihuang/patch-1

Lower the prerequisite of gomod2nix
This commit is contained in:
adisbladis 2022-05-30 16:45:15 +08:00 committed by GitHub
commit 79e326c335
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,5 @@
{ buildGoApplication, go_1_18, nix, lib, makeWrapper, nix-prefetch-git }:
{ buildGoApplication, go, nix, lib, makeWrapper, nix-prefetch-git }:
let
go = go_1_18;
in
buildGoApplication {
inherit go;
pname = "gomod2nix";