about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index bf5695f..1f605d5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -72,7 +72,7 @@
                   name = "gomod2nix";
                   description = "Import go.mod updates to nix";
                   types_or = [ "go-sum" ];
-                  entry = "${pkgs.gomod2nix}/bin/gomod2nix";
+                  entry = "${pkgs.gomod2nix}/bin/gomod2nix --outdir nix";
                   pass_filenames = false;
                 };
               };