aboutsummaryrefslogtreecommitdiff
path: root/templates/go
diff options
context:
space:
mode:
Diffstat (limited to 'templates/go')
-rw-r--r--templates/go/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/go/flake.nix b/templates/go/flake.nix
index 9038975..ce7fa0d 100644
--- a/templates/go/flake.nix
+++ b/templates/go/flake.nix
@@ -76,7 +76,7 @@
};
})
// {
- overlay = final: prev: {
+ overlay = _: prev: {
XXX = self.defaultPackage.${prev.system};
};
};