Commit Graph

24 Commits

Author SHA1 Message Date
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
91a73c3cc9 ferium: 4.7.0 -> 4.7.1 2024-09-17 12:59:28 +00:00
R. Ryantm
dc346fdf12 ferium: 4.6.0 -> 4.7.0 2024-06-18 22:56:52 +00:00
R. Ryantm
c7e43f04eb ferium: 4.5.2 -> 4.6.0 2024-06-11 03:35:48 +00:00
John Garcia
275734e04c ferium: fix Darwin build 2024-04-09 12:00:18 +01:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
578279f349 ferium: 4.5.0 -> 4.5.2 2024-02-26 14:16:59 +00:00
R. Ryantm
81b7f02994 ferium: 4.4.1 -> 4.5.0 2024-01-31 04:24:28 +00:00
R. Ryantm
b53c6f55d6 ferium: 4.4.0 -> 4.4.1 2023-08-16 09:09:27 +00:00
Sofi
00d7684ad8
maintainers: rename imsofi to soupglasses 2023-07-28 20:01:06 +02:00
R. Ryantm
8f511d49a6 ferium: 4.3.4 -> 4.4.0 2023-04-02 17:58:54 +00:00
R. Ryantm
5019646151 ferium: 4.3.3 -> 4.3.4 2023-01-16 05:18:51 +00:00
R. Ryantm
66fac9b1cf ferium: 4.2.2 -> 4.3.3 2023-01-12 21:26:09 +00:00
R. Ryantm
7b70b81224 ferium: 4.2.1 -> 4.2.2 2022-11-17 09:56:35 +08:00
R. Ryantm
0e69f6db64 ferium: 4.2.0 -> 4.2.1 2022-11-14 10:57:01 +00:00
R. Ryantm
3ad46d4bda ferium: 4.1.11 -> 4.2.0 2022-10-05 11:03:48 +00:00
R. Ryantm
b7a6fde153 ferium: 4.1.10 -> 4.1.11 2022-10-04 16:17:53 +08:00
R. Ryantm
b8a4cd7400 ferium: 4.1.8 -> 4.1.10 2022-07-28 05:42:25 +00:00
Sofi
2e86faf11a
ferium: add shell completions 2022-07-21 01:01:53 +02:00
Sofi
c5eb9af9c9
ferium: 4.1.5 -> 4.1.8 2022-07-21 01:00:28 +02:00
Sofi
44a67dc057
ferium: add imsofi as maintainer 2022-07-21 00:59:26 +02:00
Ilesh Thiada
0511eceae6
ferium: Update description and homepage
Update the description and homepage of the ferium package
2022-07-10 22:03:44 +05:30
R. Ryantm
1c755103fe ferium: 4.1.1 -> 4.1.5 2022-07-07 11:33:07 +00:00
leo60228
7d1a3b110f ferium: init at 4.1.1 2022-06-25 15:55:40 -04:00