Commit Graph

254 Commits

Author SHA1 Message Date
StepBroBD
463afd7f27 nixos/krill: init (#552258) 2026-08-17 12:51:19 +00:00
Weijia Wang
b5652a52de kraft: 0.12.5 -> 0.12.15 (#499707) 2026-08-16 08:18:18 +00:00
Yifei Sun
b6e03e62a2 nixos/tests/krill: init 2026-08-14 12:19:24 +02:00
StepBroBD
d0451e5e24 krill: 0.15.1 -> 0.16.0 (#551833) 2026-08-14 10:12:05 +00:00
Sandro
12ff4dd703 treewide: use pname and version in fetchCargoVendor cargoDeps (#551872) 2026-08-13 12:36:43 +00:00
Aliaksandr
9921d05da3 treewide: replace stdenv.is* with stdenv.hostPlatform.is*
Assisted-by: claude-code with claude-opus-4-8
2026-08-12 20:27:00 +02:00
Peder Bergebakken Sundt
48bad6fefb treewide: use pname and version in fetchCargoVendor cargoDeps
I grepped for `fetchCargoVendor` and `inherit (finalAttrs) src;`, and wrote this patch by hand.
I tested this with `nix-build --check` on the following attributes, derived from `.meta.position`s that match any of the touched files:

* `amberol.cargoDeps.vendorStaging`
* `atuin-desktop.cargoDeps.vendorStaging`
* `chance.cargoDeps.vendorStaging`
* `clapgrep.cargoDeps.vendorStaging`
* `cutecosmic.cargoDeps.vendorStaging`
* `delineate.cargoDeps.vendorStaging`
* `drawpile.cargoDeps.vendorStaging`
* `drawpile-server-headless.cargoDeps.vendorStaging`
* `field-monitor.cargoDeps.vendorStaging`
* `fractal.cargoDeps.vendorStaging`
* `geopard.cargoDeps.vendorStaging`
* `git-cinnabar.cargoDeps.vendorStaging`
* `gnome-robots.cargoDeps.vendorStaging`
* `insulator2.cargoDeps.vendorStaging`
* `kana.cargoDeps.vendorStaging`
* `key-rack.cargoDeps.vendorStaging`
* `kime.cargoDeps.vendorStaging`
* `krunkit.cargoDeps.vendorStaging`
* `krunvm.cargoDeps.vendorStaging`
* `ladybird.cargoDeps.vendorStaging`
* `libchewing.cargoDeps.vendorStaging`
* `loupe.cargoDeps.vendorStaging`
* `metronome.cargoDeps.vendorStaging`
* `pdns-recursor.cargoDeps.vendorStaging`
* `python314Packages.copykitten.cargoDeps.vendorStaging`
* `python314Packages.django-vcache.cargoDeps.vendorStaging`
* `python314Packages.pdoc-pyo3-sample-library.cargoDeps.vendorStaging`
* `python314Packages.pycambia.cargoDeps.vendorStaging`
* `python314Packages.python-kadmin-rs.cargoDeps.vendorStaging`
* `python314Packages.tlparse.cargoDeps.vendorStaging`
* `python313Packages.copykitten.cargoDeps.vendorStaging`
* `python313Packages.django-vcache.cargoDeps.vendorStaging`
* `python313Packages.pdoc-pyo3-sample-library.cargoDeps.vendorStaging`
* `python313Packages.pycambia.cargoDeps.vendorStaging`
* `python313Packages.python-kadmin-rs.cargoDeps.vendorStaging`
* `python313Packages.tlparse.cargoDeps.vendorStaging`
* `share-preview.cargoDeps.vendorStaging`
* `stratisd.cargoDeps.vendorStaging`
* `taskwarrior3.cargoDeps.vendorStaging`
* `tsukimi.cargoDeps.vendorStaging`
* `wildcard.cargoDeps.vendorStaging`
2026-08-12 15:08:47 +02:00
Yifei Sun
f0a4a43f92 krill: 0.15.1 -> 0.16.0 2026-08-12 13:20:52 +02:00
R. Ryantm
5c4584aabd kraft: 0.12.5 -> 0.12.15 2026-08-08 23:04:32 +00:00
bitbloxhub
c831bab4ac appimageTools: warn on deprecated type-specific aliases
Also migrates away from them with these commands, using ast-grep 0.43.0
with these commands in bash (assisted by ChatGPT):
```bash
for old in extractType1 extractType2; do
  ast-grep \
    --lang nix \
    --pattern "\$TOOLS.$old" \
    --rewrite '$TOOLS.extract' \
    --update-all \
    pkgs
done

ast-grep \
  --lang nix \
  --pattern '$TOOLS.wrapType1' \
  --rewrite '$TOOLS.wrapType2' \
  --update-all \
  pkgs
```

Assisted-by: GPT-5.6-Sol Medium via ChatGPT
2026-07-30 00:21:21 +00:00
Eman Resu
ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
nixpkgs-ci[bot]
5b0a62639f Merge master into staging-next 2026-07-08 06:51:14 +00:00
Ihar Hrachyshka
57e4eb6a84 krunkit: 1.2.2 -> 1.3.2 (#537958) 2026-07-08 03:28:42 +00:00
nixpkgs-ci[bot]
a7e09e4bd3 Merge master into staging-next 2026-07-06 13:15:52 +00:00
Weijia Wang
93a2cb7196 krunvm: migrate to by-name, switch to finalAttrs, strictDeps, and structuredAttrs (#531432) 2026-07-06 12:45:44 +00:00
Michael Daniels
5f07727588 Merge branch 'master' into staging-next 2026-07-05 21:41:03 -04:00
2kybe3
3d589588ff treewide: follow some GitHub redirects for fetchFromGitHub
generated using https://git.kybe.xyz/2kybe3/nixpkgs-github-redirect

continuation of: #538419
2026-07-05 10:07:48 +02:00
Quinn Edenfield
c8d9891922 krunkit: 1.2.2 -> 1.3.2
changelog: https://github.com/libkrun/krunkit/compare/v1.2.2...v1.3.2
2026-07-04 22:08:26 -07:00
nixpkgs-ci[bot]
a7c22a4263 Merge master into staging-next 2026-07-02 18:32:15 +00:00
Nick Cao
7e019ebad4 krep: 2.4.0 -> 3.0.0 (#537336) 2026-07-02 15:25:01 +00:00
nixpkgs-ci[bot]
3196ad2ddf Merge master into staging-next 2026-07-02 07:09:07 +00:00
Ihar Hrachyshka
c2475e144e krunkit: install missing firmware; krunkit: add boot regression test; podman-desktop: add krunkit to closure on darwin (#525378) 2026-07-02 05:38:06 +00:00
R. Ryantm
0ab3443d27 krep: 2.4.0 -> 3.0.0 2026-07-01 09:09:48 +00:00
nixpkgs-ci[bot]
c4c9ab3a7d Merge master into staging-next 2026-07-01 00:47:18 +00:00
Quinn Edenfield
ee15a3bf6a krunkit: 1.2.1 -> 1.2.2 2026-06-28 15:22:15 -07:00
nixpkgs-ci[bot]
6ae65c089d Merge staging-next into staging 2026-06-26 07:20:26 +00:00
Oleksii Filonenko
1aeef23d90 krillinai: 1.4.0 -> 2.1.0 (#529023) 2026-06-26 02:58:17 +01:00
R. Ryantm
349cf6da86 krillinai: 1.4.0 -> 2.1.0 2026-06-24 22:54:39 +00:00
nixpkgs-ci[bot]
b6a05ebc0d Merge staging-next into staging 2026-06-24 18:37:36 +00:00
nixpkgs-ci[bot]
80b6742986 Merge master into staging-next 2026-06-24 18:37:00 +00:00
Robert Schütz
7b57101193 krb5: patch CVE-2026-40355 and CVE-2026-40356
(cherry picked from commit a42608a7a8)
(cherry picked from commit 3cff9ef0a7)
2026-06-22 08:21:28 +02:00
Robert Schütz
213f8e5f58 krb5: 1.22.1 -> 1.22.2
Changelog: https://web.mit.edu/Kerberos/krb5-1.22/
(cherry picked from commit 5a91325042)
(cherry picked from commit b3a92ec281)
2026-06-22 08:21:28 +02:00
Ming-Chuan
9c08d7e899 krita: 6.0.1 -> 6.0.2.1 2026-06-21 20:00:52 -07:00
nixpkgs-ci[bot]
23cecc0dcc Merge staging-next into staging 2026-06-18 13:11:30 +00:00
crop
8a8fb0c6e4 kr106: init at version v2.5.13
basically the version proposed by @liberodark

Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
2026-06-17 22:19:10 +02:00
dotlambda
00d8973fcf krb5: patch CVE-2026-11850 (#531513) 2026-06-15 22:28:59 +00:00
Robert Schütz
c0ec12aeae krb5: patch CVE-2026-11850 2026-06-13 17:53:43 -07:00
Guy Chronister
32c97dd4e3 krunvm: migrate to by-name
Assisted-by: Cursor Composer 2.5
2026-06-13 13:10:44 -05:00
Michael Daniels
8197942b23 Merge branch 'staging-next' into staging 2026-06-08 22:01:24 -04:00
Michael Daniels
8c2d38d788 krita: add gapps wrapper (#523450) 2026-06-09 00:28:59 +00:00
nixpkgs-ci[bot]
68882f66af Merge staging-next into staging 2026-06-06 00:45:06 +00:00
Robert Schütz
a42608a7a8 krb5: patch CVE-2026-40355 and CVE-2026-40356 2026-06-04 09:51:44 -07:00
Robert Schütz
5a91325042 krb5: 1.22.1 -> 1.22.2
Changelog: https://web.mit.edu/Kerberos/krb5-1.22/
2026-06-01 11:42:28 -07:00
Weijia Wang
efa2e56fdb kronometer: migrate to pkgs/by-name 2026-05-29 01:30:45 +02:00
Ihar Hrachyshka
4bfafef8b4 krunkit: add boot regression test
The test boots a nixos efi machine. It requires a aarch64-linux builder
to produce the nixos image, as well as apple-virt feature enabled.

Assisted-By: Codex, gpt-5.5 high
2026-05-28 18:56:28 -04:00
Ihar Hrachyshka
d1bda4a005 krunkit: install missing firmware
Otherwise it fails to boot.
2026-05-28 18:56:28 -04:00
Peder Bergebakken Sundt
e7d547df0d kristall: 0.3 -> 0.4 (#523131) 2026-05-25 22:38:25 +00:00
Sandro
d7db5d634f podofo: refactor version naming, drop 0.9, make scribus use up-to-date podofo, join config into one, use lib.cmakeBool, nixpkgs-vet (#518091) 2026-05-25 13:41:06 +00:00
Michal Sojka
3bd8e16832 krita: add gapps wrapper
This fixes #509315. The gappsWrapperArgsHook has to be invoked
explicitly as it is normally invoked in preFixupPhase, which is not
present in symlinkJoin.
2026-05-23 21:33:12 +02:00
Thomas Butter
4389f432eb kristall: 0.3 -> 0.4 2026-05-22 19:39:08 +00:00