fix(nix/buildGo): Fix import of buildGo in example file

Change-Id: I56b4d19f24c5d8ec45254b7b05c9e49002d2ef85
Reviewed-on: https://cl.tvl.fyi/c/depot/+/382
Reviewed-by: edef <edef@edef.eu>
This commit is contained in:
Vincent Ambo 2020-06-15 01:48:32 +01:00 committed by tazjin
parent df2b0ecdca
commit 81b6bde074

View file

@ -8,7 +8,7 @@
# users a quick introduction to how to use buildGo.
let
buildGo = import ../buildGo.nix {};
buildGo = import ../default.nix {};
# Example use of buildGo.package, which creates an importable Go
# package from the specified source files.