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)
Fri, Jun 28, 3:55 PM
Unknown Object (File)
Wed, Jun 26, 5:48 AM
Unknown Object (File)
Wed, Jun 26, 5:48 AM
Unknown Object (File)
Wed, Jun 26, 5:47 AM
Unknown Object (File)
Wed, Jun 26, 5:38 AM
Unknown Object (File)
Tue, Jun 25, 8:21 AM
Unknown Object (File)
Sun, Jun 23, 5:07 AM
Unknown Object (File)
Fri, Jun 21, 11:43 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.