about summary refs log tree commit diff
path: root/nix/buildGo
diff options
context:
space:
mode:
Diffstat (limited to 'nix/buildGo')
-rw-r--r--nix/buildGo/example/default.nix2
1 files changed, 1 insertions, 1 deletions
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.