Commit Graph

11 Commits

Author SHA1 Message Date
Benedikt Peetz
923e2e59cc
redlib: 0.35.1-unstable-2024-11-01 -> 0.35.1-unstable-2024-11-27
The current version of redlib in nixpkgs is already 20 days old
and does no longer work because of a change on reddit's side, see:
https://github.com/redlib-org/redlib/issues/324.
2024-11-30 09:47:04 +01:00
Franz Pletz
d4b1fcdbe6
nixos/redlib: format, add maintainer, add cfg.settings, use upstream systemd unit (#345715) 2024-11-24 17:13:16 +01:00
Guanran Wang
d3f1862053
redlib: 0.35.1-unstable-2024-09-22 -> 0.35.1-unstable-2024-11-01
Diff: d5f137ce47...f03bdcf472
2024-11-08 22:58:20 +08:00
Guanran Wang
743d0ff90b
fixup! nixos/redlib: use upstream systemd service file 2024-10-06 16:10:40 +08:00
Guanran Wang
4e6df6f865
nixos/redlib: use upstream systemd service file 2024-10-01 22:34:38 +08:00
Guanran Wang
a2a4c87cab
{,nixos/,nixosTests/}redlib: add Guanran928 as maintainer 2024-10-01 22:10:27 +08: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
Guanran Wang
4b0564d94a
redlib: 0.35.1 -> 0.35.1-unstable-2024-09-22 2024-09-22 12:47:10 +08:00
R. Ryantm
3758f66c25 redlib: 0.34.0 -> 0.35.1 2024-06-30 01:17:43 +00:00
R. Ryantm
ace1354d82 redlib: 0.31.0 -> 0.34.0 2024-05-31 10:16:22 +00:00
Soispha
161bec7296
redlib: init at 0.31.0
Fixes: #292634
2024-03-23 17:03:32 +01:00