From eed37c3a61d2c47c1c5b2105b2f10c5fdd41c006 Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Sat, 1 Mar 2025 10:18:12 -0500 Subject: [PATCH] osqp-vendor: remove leaveDotGit It causes reproducibility issues. --- distros/distro-overlay.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/distros/distro-overlay.nix b/distros/distro-overlay.nix index 050a703c9c..ca8feeaf6a 100644 --- a/distros/distro-overlay.nix +++ b/distros/distro-overlay.nix @@ -126,8 +126,7 @@ let rev = "v0.6.2"; revVariable = "git_tag"; fetchgitArgs = { - hash = "sha256-0BbUe1J9qzvyKDBLTz+pAEmR3QpRL+hnxZ2re/3mEvs="; - leaveDotGit = true; + hash = "sha256-RYk3zuZrJXPcF27eMhdoZAio4DZ+I+nFaUEg1g/aLNk="; }; }) ];