about summary refs log tree commit diff
path: root/pkgs/games/jumpy
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-03-26 20:34:07 -0400
committerfigsoda <figsoda@pm.me>2023-03-26 22:47:06 -0400
commit201d4b7c5c106affaba32a3b0138aa81b1a8b037 (patch)
tree9540506c87c259b220da3718c0c14e3d17828c8a /pkgs/games/jumpy
parent80563f40314a890ee0c9a4957a663dd2bc1f7585 (diff)
rustPlatform.buildRustPackage: make auditable the default
Diffstat (limited to 'pkgs/games/jumpy')
-rw-r--r--pkgs/games/jumpy/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/games/jumpy/default.nix b/pkgs/games/jumpy/default.nix
index 09013892d5910..edd71b39b07ba 100644
--- a/pkgs/games/jumpy/default.nix
+++ b/pkgs/games/jumpy/default.nix
@@ -32,8 +32,6 @@ rustPlatform.buildRustPackage rec {
     };
   };
 
-  auditable = true; # TODO: remove when this is the default
-
   nativeBuildInputs = [
     makeWrapper
   ] ++ lib.optionals stdenv.isLinux [