go packages: use local nixpkgs

This commit is contained in:
steveej 2016-05-23 00:37:21 +02:00
parent d4eb478865
commit fa883cad05
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ let
commonPkgs = with pkgs; [
xsel
];
goPkgs = with gitpkgs.go16Packages; [
goPkgs = with pkgs.go16Packages; [
go
tools.bin
godef.bin