lol

git-spice: format (#428350)

authored by

adisbladis and committed by
GitHub
4ef8a8eb ebb6a0ff

+12 -13
+12 -13
pkgs/by-name/gi/git-spice/package.nix
··· 37 37 38 38 __darwinAllowLocalNetworking = true; 39 39 40 - preCheck = 41 - '' 42 - # timeout on both aarch64-darwin and x86_64-linux 43 - rm testdata/script/issue725_pre_push_hook_worktree.txt 40 + preCheck = '' 41 + # timeout on both aarch64-darwin and x86_64-linux 42 + rm testdata/script/issue725_pre_push_hook_worktree.txt 44 43 45 - # failing on both aarch64-darwin and x86_64-linux 46 - # TODO: check if this still fails after next release 47 - rm testdata/script/branch_restack_conflict_no_edit.txt 48 - '' 44 + # failing on both aarch64-darwin and x86_64-linux 45 + # TODO: check if this still fails after next release 46 + rm testdata/script/branch_restack_conflict_no_edit.txt 47 + '' 49 48 50 - + lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) '' 51 - # timeout 52 - rm testdata/script/branch_submit_remote_prompt.txt 53 - rm testdata/script/branch_submit_multiple_pr_templates.txt 54 - ''; 49 + + lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) '' 50 + # timeout 51 + rm testdata/script/branch_submit_remote_prompt.txt 52 + rm testdata/script/branch_submit_multiple_pr_templates.txt 53 + ''; 55 54 56 55 postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' 57 56 installShellCompletion --cmd gs \