diff --git a/flake.lock b/flake.lock
index fa6945c08ba..01d1af73e2c 100644
--- a/flake.lock
+++ b/flake.lock
@@ -47,17 +47,17 @@
         "rust-overlay": "rust-overlay"
       },
       "locked": {
-        "lastModified": 1691422976,
-        "narHash": "sha256-A8krh8yi73R8mSUk63EwM4liaqXk1dws44D4aueNOEw=",
-        "owner": "ipetkov",
+        "lastModified": 1694868765,
+        "narHash": "sha256-N39GUb/s4XhWHasvPBQ7lCd1WFfDmfh8qLj2vxMCwvU=",
+        "owner": "j-baker",
         "repo": "crane",
-        "rev": "6c25eff4edca8556df21f55c63e49f20efe4be95",
+        "rev": "835b90e377e88f45ee9d33894fe18b904b40ce0b",
         "type": "github"
       },
       "original": {
-        "owner": "ipetkov",
+        "owner": "j-baker",
         "repo": "crane",
-        "rev": "6c25eff4edca8556df21f55c63e49f20efe4be95",
+        "rev": "835b90e377e88f45ee9d33894fe18b904b40ce0b",
         "type": "github"
       }
     },
diff --git a/flake.nix b/flake.nix
index 47c41593bb9..1938b3a9cbe 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,7 +3,7 @@
     nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
     nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
     nixpkgs-kitman.url = "github:jkitman/nixpkgs/add-esplora-pkg";
-    crane.url = "github:ipetkov/crane?rev=6c25eff4edca8556df21f55c63e49f20efe4be95";
+    crane.url = "github:j-baker/crane?rev=835b90e377e88f45ee9d33894fe18b904b40ce0b";
     crane.inputs.nixpkgs.follows = "nixpkgs";
     flake-utils.url = "github:numtide/flake-utils";
     fenix = {
diff --git a/nix/craneCommon.nix b/nix/craneCommon.nix
index 00343071761..918d30bded5 100644
--- a/nix/craneCommon.nix
+++ b/nix/craneCommon.nix
@@ -131,7 +131,7 @@ in
 
 
     # https://github.com/ipetkov/crane/issues/76#issuecomment-1296025495
-    installCargoArtifactsMode = "use-zstd";
+    installCargoArtifactsMode = "use-symlink";
 
     CI = "true";
     HOME = "/tmp";