forked from mirrors/gomod2nix
Merge pull request #44 from yihuang/patch-1
Lower the prerequisite of gomod2nix
This commit is contained in:
commit
79e326c335
1 changed files with 1 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue