diff options
author | Franck Cuny <franck@fcuny.net> | 2023-12-15 07:50:52 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-12-15 07:50:52 -0800 |
commit | 3a359ff2daa5afb8ae1948eec12d39228e4193bb (patch) | |
tree | c0c52ae4d6161addb6c6ba9264e046d6f00cf904 /templates/go/flake.nix | |
parent | enable deadnix for pre-commit hook (diff) | |
download | world-3a359ff2daa5afb8ae1948eec12d39228e4193bb.tar.gz |
various fixes for errors reported by deadnix
Diffstat (limited to 'templates/go/flake.nix')
-rw-r--r-- | templates/go/flake.nix | 2 |
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}; }; }; |