Page MenuHomePhabricator

[Nix] Minimize arc's shebang length
ClosedPublic

Authored by jon on Aug 2 2022, 11:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 27, 4:32 AM
Unknown Object (File)
Sep 27 2024, 4:59 PM
Unknown Object (File)
Sep 27 2024, 4:59 PM
Unknown Object (File)
Sep 27 2024, 4:58 PM
Unknown Object (File)
Sep 27 2024, 4:53 PM
Unknown Object (File)
Sep 26 2024, 3:29 PM
Unknown Object (File)
Sep 25 2024, 12:55 AM
Unknown Object (File)
Sep 24 2024, 11:24 PM

Details

Summary

Fix darwin build of this package

Was about to send up another diff from the m1, and noticed that
master was failing to do nix develop after a rebase.

Test Plan

Then run, from any m1 or intel mac, on any branch:

nix develop github:commE2E/comm?ref=jonringer/unpatch-php-arc

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This closely following what the original nixpkgs package did https://github.com/NixOS/nixpkgs/blob/1830dc8874d29cc43e5f3a6120c2be71edaea666/pkgs/development/tools/misc/arcanist/default.nix#L16-L22

I decided to do the more "nix" thing, which turned out to be not be darwin compatible by 1 character.

This revision is now accepted and ready to land.Aug 3 2022, 6:41 AM
In D4727#135845, @jon wrote:

This closely following what the original nixpkgs package did https://github.com/NixOS/nixpkgs/blob/1830dc8874d29cc43e5f3a6120c2be71edaea666/pkgs/development/tools/misc/arcanist/default.nix#L16-L22

I decided to do the more "nix" thing, which turned out to be not be darwin compatible by 1 character.

This comment was extremely helpful for the review

This revision was automatically updated to reflect the committed changes.