Commit Graph

17 Commits

Author SHA1 Message Date
Kerstin Humm
b12bcabd24
maintainers: remove erictapen from packages that I don't really maintain anymore 2024-10-22 12:32:29 +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
Adam Stephens
b95b048fbe
kanidm: require big-parallel for building
Build has timed out and been killed multiple times on hydra builds. This forces users to attempt to build it themselves, which they cannot due without sufficient resources.
2024-08-28 17:55:32 -04:00
Adam Stephens
e78f80bc6b
kanidm: 1.3.2 -> 1.3.3 2024-08-21 22:42:53 -04:00
Adam Stephens
32679fbfed
kanidm: pin updatescript to version tags 2024-08-21 22:21:16 -04:00
oddlama
558fa6abc6
nixos/kanidm: add provisioning of groups, persons and oauth2 systems 2024-08-16 14:12:35 +02:00
oddlama
59a463f593
kanidm: add optional secret provisioning patches 2024-08-13 00:32:40 +02:00
Adam Stephens
a29f18d7a6
kanidm: 1.3.1 -> 1.3.2
https://github.com/kanidm/kanidm/releases/tag/v1.3.0
2024-08-09 23:13:28 -04:00
Adam Stephens
f03bf83b1e
kanidm: 1.2.3 -> 1.3.1
https://github.com/kanidm/kanidm/releases/tag/v1.3.0
https://github.com/kanidm/kanidm/releases/tag/v1.3.1
2024-08-09 00:19:32 -04:00
K900
bb292ebc85 kanidm: allow dead code warnings 2024-07-26 10:20:16 +03:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Bjørn Forsman
5a6c76e19d kanidm: 1.2.1 -> 1.2.3
* https://github.com/kanidm/kanidm/releases/tag/v1.2.2
* https://github.com/kanidm/kanidm/releases/tag/v1.2.3
2024-06-04 07:34:43 +02:00
K900
06208ec002 kanidm: don't LTO tests
Saves 30 minutes of build time.
2024-05-27 10:43:01 +03:00
Charles Hall
6a01a6ac24
kanidm: 1.2.0 -> 1.2.1 2024-05-18 09:48:51 -07:00
Adam Stephens
f513b05865
kanidm: add adamcstephens as maintainer 2024-05-01 09:47:46 -04:00
Adam Stephens
87ce2c95ae
kanidm: 1.1.0-rc.16 -> 1.2.0
https://github.com/kanidm/kanidm/releases/tag/v1.2.0

Added updatescript, and removed Cargo.lock as no more git deps.

New release process documented here:

a67d1f5160/book/src/support.md

Re-ordered test and removed anonymous login as logout no longer works:
[info]: Ignoring request to logout session - these sessions are not recorded
2024-05-01 09:47:06 -04:00
Adam Stephens
9e0290f49a
kanidm: move to by-name 2024-05-01 08:38:36 -04:00