diff options
Diffstat (limited to 'nix/buildGo/example')
-rw-r--r-- | nix/buildGo/example/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/buildGo/example/default.nix b/nix/buildGo/example/default.nix index 5abed1fbbcb5..99c0a7d79bd6 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. |