diff --git a/nix/buildGo/example/default.nix b/nix/buildGo/example/default.nix index 5abed1fbb..99c0a7d79 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.