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

@ -1,5 +1,5 @@
{
pkgs ? import /home/steveej/src/github/NixOS/nixpkgs-systemsource {},
pkgs ? import /home/steveej/src/github/NixOS/nixpkgs {},
name ? "generic",
version,
extraBuildInputs ? [] }: