mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-05 01:59:08 +00:00
Lower the prerequisite of gomod2nix
`go_1_18` is only available in nixpkgs master, but `go_1_17` is available in stable `release-21.11`.
This commit is contained in:
parent
b9b7ac34cb
commit
9a26cc68c0
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