Skip to content

Commit 4a283bb

Browse files
committed
fix: nix devshell using the right pkg name, s/gocode/gocode-gomod
… while evaluating 'strict' to select 'drvPath' on it at /builtin/derivation.nix:1:552: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:1:208: (stack trace truncated; use '--show-trace' to show the full trace) error: attribute 'gocode' missing at /nix/store/7r2yz90q994vr66n8gy7r9wwjvd6pzif-source/flake.nix:270:15: 269| pkgs.go-outline 270| pkgs.gocode | ^ 271| pkgs.gopkgs Did you mean one of gecode, avocode, goose, lolcode or qrcode?
1 parent 6cf37c5 commit 4a283bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
pkgs.gopls
252252
pkgs.gotools
253253
pkgs.go-outline
254-
pkgs.gocode
254+
pkgs.gocode-gomod
255255
pkgs.gopkgs
256256
pkgs.godef
257257
pkgs.golint

0 commit comments

Comments
 (0)