From 81b6bde07427a525a4fec3c26ccf258b3bd021c5 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 15 Jun 2020 01:48:32 +0100 Subject: 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 --- nix/buildGo/example/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/buildGo') diff --git a/nix/buildGo/example/default.nix b/nix/buildGo/example/default.nix index 5abed1fbbc..99c0a7d79b 100644 --- a/nix/buildGo/example/default.nix +++ b/nix/buildGo/example/default.nix @@ -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. -- cgit 1.4.1