Commit Graph

72 Commits

Author SHA1 Message Date
R. Ryantm
6ab7952ec8 amp-cli: 0.0.1785975399-gb63fe6 -> 0.0.1786738049-g32e30e 2026-08-14 23:17:47 +00:00
R. Ryantm
b4d4d7c426 amp-cli: 0.0.1785170481-ga5b614 -> 0.0.1785975399-gb63fe6 2026-08-06 02:38:22 +00:00
R. Ryantm
400b6766ce amp-cli: 0.0.1784391370-g49c6a1 -> 0.0.1785170481-ga5b614 2026-07-27 20:21:53 +00:00
R. Ryantm
038b8e62fa amp-cli: 0.0.1783629102-g8185a2 -> 0.0.1784391370-g49c6a1 2026-07-18 17:21:56 +00:00
Emily
f2e1368bb1 amp-cli: drop x86_64-darwin from update script 2026-07-15 03:59:21 +01:00
Emily
fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
R. Ryantm
5e43178d4b amp-cli: 0.0.1782851652-gfd0e56 -> 0.0.1783629102-g8185a2 2026-07-09 22:07:39 +00:00
R. Ryantm
a20680fd41 amp-cli: 0.0.1782120930-g64087b -> 0.0.1782851652-gfd0e56 2026-06-30 22:41:08 +00:00
R. Ryantm
52a02f7d54 amp-cli: 0.0.1781370323-g977781 -> 0.0.1782120930-g64087b 2026-06-22 09:55:11 +00:00
R. Ryantm
3641018eba amp-cli: 0.0.1780564400-g2007df -> 0.0.1781370323-g977781 2026-06-13 17:20:10 +00:00
R. Ryantm
d7991bac2b amp-cli: 0.0.1779772576-g751b94 -> 0.0.1780564400-g2007df 2026-06-04 12:22:25 +00:00
isabel
b9bdc44a01 amp-cli: fix build on darwin (#523458) 2026-05-28 07:25:42 +00:00
R. Ryantm
e59bb9e25a amp-cli: 0.0.1779094967-g3f6594 -> 0.0.1779772576-g751b94 2026-05-26 06:13:13 +00:00
Ian Kerins
541202d7c6 amp-cli: fix build on darwin
The version check fails because it is executed before `postPhases` and
`postPatchelf`, therefore the binary is yet to be resigned.

`postInstall` runs before the version check, so fixes this problem.
2026-05-23 16:25:35 -04:00
Keegan Carruthers-Smith
1d1f55b868 amp-cli: switch to binaries from npm
Amp now ships binaries instead of being an NPM package. We switch to
directly downloading those binaries.

We use the same postPathelf code path used by the bun derivation since
this binary produced by bun.

Tested on x86_64-linux and aarch64-darwin.
2026-05-18 12:06:08 +02:00
R. Ryantm
9e27b8b54e amp-cli: 0.0.1777624460-g8bb2f0 -> 0.0.1778343260-gb9a37d 2026-05-09 18:27:04 +00:00
R. Ryantm
9352808b06 amp-cli: 0.0.1776834056-gfb3ba0 -> 0.0.1777624460-g8bb2f0 2026-05-01 09:26:05 +00:00
R. Ryantm
c7a407e641 amp-cli: 0.0.1776125492-g5cb0c2 -> 0.0.1776834056-gfb3ba0 2026-04-22 05:58:54 +00:00
R. Ryantm
a92918f723 amp-cli: 0.0.1775463997-ga80857 -> 0.0.1776125492-g5cb0c2 2026-04-14 02:47:27 +00:00
R. Ryantm
3e8fa48156 amp-cli: 0.0.1774699422-ga16517 -> 0.0.1775463997-ga80857 2026-04-06 08:53:41 +00:00
R. Ryantm
5727f4ba46 amp-cli: 0.0.1773907698-g6757dd -> 0.0.1774699422-ga16517 2026-03-28 12:54:34 +00:00
R. Ryantm
61d2f45c44 amp-cli: 0.0.1773230699-gca2c06 -> 0.0.1773907698-g6757dd 2026-03-19 11:27:45 +00:00
R. Ryantm
162f426296 amp-cli: 0.0.1772531288-g7d96a6 -> 0.0.1773230699-gca2c06 2026-03-11 12:29:45 +00:00
R. Ryantm
6f17a2fd02 amp-cli: 0.0.1771812469-gd3302f -> 0.0.1772531288-g7d96a6 2026-03-03 10:17:00 +00:00
R. Ryantm
9684acb5a1 amp-cli: 0.0.1771171343-gd84e58 -> 0.0.1771812469-gd3302f 2026-02-23 04:08:29 +00:00
R. Ryantm
24d764d8b8 amp-cli: 0.0.1770552107-g48e892 -> 0.0.1771171343-gd84e58 2026-02-15 19:03:04 +00:00
Keegan Carruthers-Smith
bbec385a11 amp-cli: remove dependency on nodePackages 2026-02-13 07:32:20 +00:00
R. Ryantm
1a01c4f33d amp-cli: 0.0.1769573834-gf25e1e -> 0.0.1770552107-g48e892 2026-02-08 13:43:17 +00:00
DeftDawg
1c0fa6a0b2 amp-cli: 0.0.1769346334-gc7e300 -> 0.0.1769573834-gf25e1e 2026-01-28 02:17:00 -05:00
R. Ryantm
1a3fdad830 amp-cli: 0.0.1768760544-gf06f5a -> 0.0.1769346334-gc7e300 2026-01-25 13:55:59 +00:00
R. Ryantm
97568a3ed5 amp-cli: 0.0.1768219292-g8af118 -> 0.0.1768760544-gf06f5a 2026-01-18 19:12:12 +00:00
R. Ryantm
de726bf8b2 amp-cli: 0.0.1767672851-gfc2f63 -> 0.0.1768219292-g8af118 2026-01-12 13:12:47 +00:00
R. Ryantm
d22126b2e2 amp-cli: 0.0.1767172180-g2c9ff0 -> 0.0.1767672851-gfc2f63 2026-01-06 05:26:09 +00:00
R. Ryantm
38929b650a amp-cli: 0.0.1766634431-g578c41 -> 0.0.1767172180-g2c9ff0 2025-12-31 09:37:30 +00:00
R. Ryantm
ccd4daff72 amp-cli: 0.0.1766030962-g4f8aa0 -> 0.0.1766634431-g578c41 2025-12-25 08:03:32 +00:00
R. Ryantm
25cb3ccbde amp-cli: 0.0.1765512638-g55c240 -> 0.0.1766030962-g4f8aa0 2025-12-18 05:18:52 +00:00
R. Ryantm
b1c58c62dc amp-cli: 0.0.1764921674-g2aab2c -> 0.0.1765512638-g55c240 2025-12-12 07:16:35 +00:00
R. Ryantm
fdac6a229b amp-cli: 0.0.1764374502-g55c558 -> 0.0.1764921674-g2aab2c 2025-12-05 10:21:19 +00:00
R. Ryantm
88215849a3 amp-cli: 0.0.1763812881-gc5f191 -> 0.0.1764374502-g55c558 2025-11-29 02:06:44 +00:00
Aleksana
13928b097b amp-cli: disable update check (#445214) 2025-11-25 01:16:28 +00:00
R. Ryantm
cadc047659 amp-cli: 0.0.1763236881-g2ce1ea -> 0.0.1763812881-gc5f191 2025-11-22 14:43:26 +00:00
R. Ryantm
db1929db19 amp-cli: 0.0.1762646500-gac8d42 -> 0.0.1763236881-g2ce1ea 2025-11-15 21:58:15 +00:00
R. Ryantm
0ee005db2a amp-cli: 0.0.1762056193-g37ad2e -> 0.0.1762646500-gac8d42 2025-11-09 03:13:50 +00:00
R. Ryantm
c1e46857cc amp-cli: 0.0.1761583653-gd8c2df -> 0.0.1762056193-g37ad2e 2025-11-02 06:58:16 +00:00
R. Ryantm
3dca1c8bc3 amp-cli: 0.0.1760546826-g6984fa -> 0.0.1761583653-gd8c2df 2025-10-27 17:33:56 +00:00
R. Ryantm
6220fcdf25 amp-cli: 0.0.1760013766-g2b1690 -> 0.0.1760546826-g6984fa 2025-10-15 17:35:11 +00:00
R. Ryantm
28575b8a80 amp-cli: 0.0.1759233723-gf92434 -> 0.0.1760013766-g2b1690 2025-10-09 14:56:36 +00:00
Yohann Boniface
fb9d6a57fe amp-cli: add burmudar as maintainer (#445498) 2025-10-04 13:20:45 +00:00
R. Ryantm
cc750698b3 amp-cli: 0.0.1758297686-ge5ccb5 -> 0.0.1759233723-gf92434 2025-09-30 13:55:26 +00:00
William Bezuidenhout
beb4a5b188 add burmudar as amp-cli maintainer 2025-09-23 12:37:47 +02:00