Fix go input
This commit is contained in:
parent
c9b39ee98b
commit
d63d1a4513
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
with import <nixpkgs> {};
|
with import <nixpkgs> {};
|
||||||
mkShell {
|
mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
go_1_20
|
go
|
||||||
gotestsum
|
gotestsum
|
||||||
gnumake
|
gnumake
|
||||||
modd
|
modd
|
||||||
|
|
Loading…
Reference in a new issue