We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a8c8b commit 2aeb61aCopy full SHA for 2aeb61a
pkgs/by-name/ze/zed-editor/package.nix
@@ -292,16 +292,6 @@ rustPlatform.buildRustPackage rec {
292
versionCheckProgramArg = [ "--version" ];
293
doInstallCheck = true;
294
295
- # The darwin Applications directory is not stripped by default, see
296
- # https://github.com/NixOS/nixpkgs/issues/367169
297
- # This setting is not platform-guarded as it doesn't do any harm on Linux,
298
- # where this directory simply does not exist.
299
- stripDebugList = [
300
- "bin"
301
- "libexec"
302
- "Applications"
303
- ];
304
-
305
passthru = {
306
updateScript = gitUpdater {
307
rev-prefix = "v";
0 commit comments