Commit Graph

21 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Damien Cassou
87774518c8
eslint_d: 14.1.1 -> 14.2.2 2024-11-12 20:08:41 +01:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Stefan Frijters
8524e36e4b
espflash: 3.1.1 -> 3.2.0 2024-10-18 12:04:56 +02:00
Damien Cassou
6b6ffbd802
eslint_d: Move to pkgs/by-name/ folder 2024-10-13 16:45:17 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Austin Horstman
28ec52d73d
eslint: 9.9.1 -> 9.10.0 2024-09-08 12:42:49 -05:00
Austin Horstman
964e93cbf5
eslint: fix darwin 2024-09-08 12:42:49 -05:00
Jonas Heinrich
02f6fcb039 eslint: 9.7.0 -> 9.9.1 2024-08-31 10:46:21 +02:00
Stefan Frijters
a46c4c831f
espflash: 3.1.0 -> 3.1.1 2024-08-15 11:08:59 +02:00
Pol Dellaiera
aa14af3e9f
Merge pull request #320259 from Aleksanaa/escambo
escambo: init at 0.1.2
2024-06-18 20:40:08 +02:00
aleksana
c203af8596 escambo: init at 0.1.2 2024-06-16 21:46:05 +08:00
github-actions[bot]
31a1f60b7f
Merge staging-next into staging 2024-05-27 12:01:36 +00:00
Stefan Frijters
739c052d6b
espflash: 3.0.0 -> 3.1.0 2024-05-27 12:07:23 +02:00
Alyssa Ross
b08a915532 treewide: drop workarounds for cargo --frozen
Since 4816a73bb5 ("rustPlatform: --frozen -> --offline"), these are
no longer necessary!
2024-05-19 11:15:55 +02:00
Weijia Wang
495212307e espflash: fix build on darwin 2024-03-28 12:04:37 +01:00
Stefan Frijters
bc55ffb14a
espflash: 2.1.0 -> 3.0.0 2024-03-13 13:17:30 +01:00
Stefan Frijters
2183b128cc
espflash: add installShellCompletion 2024-02-17 20:16:21 +01:00
Alex Martens
6babd03fa0
cargo-espflash: rename to espflash (#286386) 2024-02-09 11:50:17 -05:00
Shogo Takata
7ebba977b0 espresso: init at 2.4 2024-01-04 11:03:39 +09:00
figsoda
728f977a2f esbuild-config: init at 1.0.1
https://github.com/bpierre/esbuild-config
2023-09-10 20:12:51 -04:00