about summary refs log tree commit diff
path: root/pkgs/by-name/bu/bunbun/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/bu/bunbun/package.nix')
-rw-r--r--pkgs/by-name/bu/bunbun/package.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/by-name/bu/bunbun/package.nix b/pkgs/by-name/bu/bunbun/package.nix
index b475d22a6ab35..e9de0cc5e2953 100644
--- a/pkgs/by-name/bu/bunbun/package.nix
+++ b/pkgs/by-name/bu/bunbun/package.nix
@@ -24,11 +24,6 @@ rustPlatform.buildRustPackage rec {
     darwin.apple_sdk.frameworks.SystemConfiguration
   ];
 
-  # Cargo.lock is outdated
-  preConfigure = ''
-    cargo update --offline
-  '';
-
   meta = with lib; {
     description = "Simple and adorable sysinfo utility written in Rust";
     homepage = "https://github.com/devraza/bunbun";