go packages: use local nixpkgs
This commit is contained in:
parent
d4eb478865
commit
fa883cad05
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ let
|
|||
commonPkgs = with pkgs; [
|
||||
xsel
|
||||
];
|
||||
goPkgs = with gitpkgs.go16Packages; [
|
||||
goPkgs = with pkgs.go16Packages; [
|
||||
go
|
||||
tools.bin
|
||||
godef.bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue