Commit Graph

15 Commits

Author SHA1 Message Date
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
zowoq
bda767efc9 lsd: switch to apple-sdk_11 2024-11-05 10:46:53 +10:00
kirillrdy
975b86126b
lsp-ai: init at 0.7.1 (#343184) 2024-10-01 18:57:13 +10:00
Kyle Petryszak
af4720c14d
lsp-ai: init at 0.7.1 2024-09-27 17:51:56 -05: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
R. Ryantm
ab8b032cd9 lsd: 1.1.3 -> 1.1.5 2024-08-26 13:01:33 +00:00
Ludovico Piero
77e7f01746
lsd: remove with lib;
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
2024-08-21 00:56:11 +09:00
Ludovico Piero
c326c7959f
lsd: format with nixfmt
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
2024-08-21 00:56:11 +09:00
Ludovico Piero
dac90ca0f0
lsd: move to pkgs/by-name
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
2024-08-21 00:56:11 +09:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
Fabian Affolter
42d21c6147 lse: init at 4.14nw
Linux enumeration tool with verbosity levels

https://github.com/diego-treitos/linux-smart-enumeration
2024-05-23 21:36:58 +02:00
Nikolay Korotkiy
dfc25f4e04
lsd2dsl: 0.5.4 → 0.6.0 2024-02-23 04:29:47 +04:00
Nikolay Korotkiy
52eace11d2
lsd2dsl: migrate to by-name 2024-02-23 01:28:55 +04:00
Thiago Kenji Okada
2bca432f17 lshw: unstable-2023-03-20 -> 02.20 2024-01-08 14:53:57 +00:00
Thiago Kenji Okada
61c34fe142 lshw: migrate to by-name 2024-01-08 14:53:43 +00:00