Commit Graph

30 Commits

Author SHA1 Message Date
pancaek
3a451e2686 lklug-sinhala: use installFonts 2026-05-10 15:56:49 -07:00
networkException
98fb2de20f lk-jwt-service: 0.4.3 -> 0.4.4
https://github.com/element-hq/lk-jwt-service/releases/tag/v0.4.4
2026-04-26 02:25:40 +02:00
R. Ryantm
104714c92b lk-jwt-service: 0.4.2 -> 0.4.3 2026-04-17 14:10:22 +00:00
R. Ryantm
fd6473bdb1 lk-jwt-service: 0.4.1 -> 0.4.2 2026-03-31 07:39:52 +00:00
Lisanna Dettwyler
077f14bb78 lkproof: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
2026-03-21 12:30:15 -04:00
quantenzitrone
9c8e96055a various: fix pname misuse in urls 2026-02-05 01:51:59 +01:00
quantenzitrone
6b61249106 various: switch to finalAttrs pattern
this shouldn't create any rebuilds
2026-01-30 02:36:22 +01:00
R. Ryantm
a72be11c88 lk-jwt-service: 0.4.0 -> 0.4.1 2026-01-15 16:20:57 +00:00
K900
469d88bead lkl: 2025-03-20 -> 2025-11-13 2025-12-17 19:35:19 +03:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
R. Ryantm
6cd95939d0 lk-jwt-service: 0.3.0 -> 0.4.0 2025-12-05 16:29:36 +00:00
emilylange
9f7985c055 lkl: fix hijack and zpoline when building in parallel
because they both share object files, which may result in symbols
missing from the resulting build outputs.

E.g. `liblkl-hijack.so` is used by `nftables-check` and would fail
because of missing symbols caused by this:

~~~
/nix/store/x6mqw6qfcmya8jvhrmk938zirvqb6hhr-nftables-1.1.3/bin/nft: symbol lookup error: /nix/store/fgzk4jdjhmz86d8vmgdjg6l42gbmfa1m-lkl-2025-03-20-lib/lib/liblkl-hijack.so: undefined symbol: dual_fds
~~~

Note: The patch is vendored, because upstream has not merged this PR yet
due to Makefile compatibility concerns with older distros.

Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
2025-08-06 17:51:14 +02:00
R. Ryantm
15f0a8c231 lk-jwt-service: 0.2.3 -> 0.3.0 2025-07-29 19:42:08 +00:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Weijia Wang
a3374298bf lkl: fix loongarch64-linux build 2025-06-11 22:19:20 +02:00
Tim Schumacher
b0675d7ea1 lkl: Remove inactive maintainers, add myself 2025-05-27 10:23:57 +02:00
Tim Schumacher
06388c42f5 lkl: Move to the by-name package tree 2025-05-27 10:23:54 +02:00
Henry-Hiles
ba9ab12dc2 nixos/lk-jwt-service: add test 2025-04-29 01:03:33 -04:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
R. Ryantm
95087cf4c7 lk-jwt-service: 0.2.2 -> 0.2.3 2025-04-04 19:38:37 +00:00
Martin Weinelt
6eed59502a lk-jwt-service: use finalAttrs pattern, configure changelog 2025-04-02 17:57:19 +02:00
Martin Weinelt
9bd4f27ade lk-jwt-service: 0.2.1 -> 0.2.2
https://github.com/element-hq/lk-jwt-service/compare/refs/tags/v0.2.1...v0.2.2
2025-04-02 17:55:16 +02:00
R. Ryantm
30f26752ba lk-jwt-service: 0.2.0 -> 0.2.1 2025-03-21 13:28:51 +00:00
R. Ryantm
c8e3ade109 lk-jwt-service: 0.1.2 -> 0.2.0 2025-03-07 18:20:55 +00:00
R. Ryantm
db7af86893 lk-jwt-service: 0.1.1 -> 0.1.2 2025-02-22 10:01:06 +00:00
Daniel Kilimnik
3fd5d94c53 lk-jwt-service: 0-unstable-2024-04-27 -> 0.1.1 2025-01-29 11:10:55 +01:00
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
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
Daniel Kilimnik
f227d47941 lk-jwt-service: init at main 2024-05-24 11:45:16 +02:00