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:
parent
df2b0ecdca
commit
81b6bde074
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
# users a quick introduction to how to use buildGo.
|
# users a quick introduction to how to use buildGo.
|
||||||
|
|
||||||
let
|
let
|
||||||
buildGo = import ../buildGo.nix {};
|
buildGo = import ../default.nix {};
|
||||||
|
|
||||||
# Example use of buildGo.package, which creates an importable Go
|
# Example use of buildGo.package, which creates an importable Go
|
||||||
# package from the specified source files.
|
# package from the specified source files.
|
||||||
|
|
Loading…
Reference in a new issue