summary refs log tree commit diff
path: root/pkgs/tools/admin/intecture/auth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/admin/intecture/auth.nix')
-rw-r--r--pkgs/tools/admin/intecture/auth.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/admin/intecture/auth.nix b/pkgs/tools/admin/intecture/auth.nix
index a3208bddabe..4807cd89aac 100644
--- a/pkgs/tools/admin/intecture/auth.nix
+++ b/pkgs/tools/admin/intecture/auth.nix
@@ -14,6 +14,9 @@ buildRustPackage rec {
     sha256 = "0c7ar3pc7n59lzfy74lwz51p09s2bglc870rfr4c0vmc91jl0pj2";
   };
 
+  # Delete this on next update; see #79975 for details
+  legacyCargoFetcher = true;
+
   cargoSha256 = "1rnhhb4mpf1j7c7a2pz4741hzbf2s2wb0bm25j049n64j49j3jq8";
 
   buildInputs = [ openssl zeromq czmq zlib ];