Commit Graph

25 Commits

Author SHA1 Message Date
Weijia Wang
ced5ed7861 coder: fix eval on unsupported systems (#544707) 2026-08-10 09:25:22 +00:00
R. Ryantm
b5cee60d67 coder: 2.33.11 -> 2.34.7 2026-08-03 18:59:44 +00:00
liberodark
23333b36b2 coder: fix eval on unsupported systems 2026-07-23 23:58:14 +02:00
Emily
d2e4a045a0 coder: drop x86_64-darwin from update script 2026-07-15 03:58:17 +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
Yohann Boniface
7b8447e768 maintainers: drop ghuntley (#539359) 2026-07-14 21:31:01 +00:00
Phorcys
3fab0235db maintainers: drop ghuntley
Last commits on maintained packages:
- coder: ["coder: resolve hash mismatch in fixed-output derivation" (23091da)](23091da20c) on Mar 12, 2023
- mastodon: ["mastodon: add ghuntley as maintainer
" (6e0c9dc)](6e0c9dcd87) on Nov 16, 2022
- openvscode-server: none in commit history
- pulumi: ["pulumi: 2.6.1 -> 2.10.2" (a922b0b)](a922b0bf6f) on Sep 24, 2020
2026-07-07 21:23:59 +02:00
R. Ryantm
b5d5fdad59 coder: 2.33.9 -> 2.33.11 2026-07-07 03:09:26 +00:00
Peder Bergebakken Sundt
d6d701f49a coder: add bpmct, developmentcats, phorcys420 to maintainers (#535719) 2026-06-29 12:30:56 +00:00
Ben Potter
b8b221d8eb coder: add bpmct, developmentcats, phorcys420 to maintainers
Assisted-by: Coder Agent (Anthropic Claude)
2026-06-26 16:02:12 +00:00
R. Ryantm
fb1ff99516 coder: 2.28.6 -> 2.33.9 2026-06-20 11:46:51 +00:00
René Neumann
c3b80e5f78 maintainers: drop urandom 2026-01-14 15:46:03 +01:00
R. Ryantm
8347eac291 coder: 2.28.5 -> 2.28.6 2025-12-10 11:18:08 +00:00
R. Ryantm
34375f3539 coder: 2.27.3 -> 2.28.5 2025-12-03 17:15:20 +00:00
R. Ryantm
2f3e3c587c coder: 2.26.3 -> 2.27.3 2025-11-07 05:23:02 +00:00
R. Ryantm
77b2de23b2 coder: 2.26.2 -> 2.26.3 2025-10-31 09:59:58 +00:00
R. Ryantm
66e6aadbac coder: 2.23.4 -> 2.26.2 2025-10-22 02:03:30 +00:00
R. Ryantm
b1ca31af89 coder: 2.23.2 -> 2.23.4 2025-07-15 21:42:27 +00:00
R. Ryantm
6d6312725e coder: 2.22.1 -> 2.23.2 2025-07-06 14:20:54 +00:00
Philip Taron
df42f855db treewide: add --extra-experimental-features nix-command to nix hash invocations 2025-07-02 08:34:40 -07:00
R. Ryantm
e1082cec4a coder: 2.20.3 -> 2.22.1 2025-06-08 03:33:06 +00:00
R. Ryantm
452e5e69ff coder: 2.19.1 -> 2.20.3 2025-05-06 21:59:11 +00:00
Jayadeep KM
007cdb4fc9 coder: fix update.sh script according to new structure
Signed-off-by: Jayadeep KM <kmjayadeep@gmail.com>
2025-04-17 13:26:02 +02:00
Silvan Mosberger
374e6bcc40 treewide: Format all Nix files
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:

  nix-build ci -A fmt.check

This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).

This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).

Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](8616af08d9/maintainers/scripts/auto-rebase).

If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
Guy Chronister
ade0f7fdd8 localized: Move some more apps to by-name
Fix eval failure #1
2025-03-27 13:54:55 -05:00