summaryrefslogtreecommitdiff
path: root/pkgs/os-specific (follow)
Commit message (Expand)AuthorAgeFilesLines
* linuxPackages.ply: 2.1.1+ -> 2.4.0 (#404981)xanderio2026-02-051-5/+18
|\
| * linuxPackages.ply: 2.1.1+ -> 2.4.0Stefan Nürnberger2026-01-251-5/+18
* | linuxKernel.kernels.linux_lqx: 6.18.7 -> 6.18.8R. Ryantm2026-02-051-2/+2
* | linuxPackages.nct6687d: 0-unstable-2025-10-24 -> 0-unstable-2026-01-16 (#470598)Weijia Wang2026-02-041-3/+3
|\ \
| * | linuxPackages.nct6687d: 0-unstable-2025-10-24 -> 0-unstable-2026-01-16R. Ryantm2026-01-211-3/+3
* | | linux/common-config: disable nova_core and drm_nova (#486458)K9002026-02-031-0/+4
|\ \ \
| * | | linux/common-config: disable nova_core and drm_novaGary Guo2026-02-031-0/+4
* | | | Merge master into staging-nixosnixpkgs-ci[bot]2026-02-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | treewide: move NIX_CFLAGS_COMPILE into env for structuredAttrs (#485484)Gergő Gutyina2026-02-031-1/+1
| |\ \ \
| | * | | freeipa: move NIX_CFLAGS_COMPILE into env for structuredAttrsStefan Frijters2026-01-301-1/+1
* | | | | Merge master into staging-nixosnixpkgs-ci[bot]2026-02-031-3/+3
|\| | | |
| * | | | linuxPackages.nvidiaPackages.vulkan_beta: 580.94.16 -> 580.94.17 (#486063)Nick Cao2026-02-021-3/+3
| |\ \ \ \
| | * | | | linuxPackages.nvidiaPackages.vulkan_beta: 580.94.16 -> 580.94.17Kiskae2026-02-011-3/+3
| | |/ / /
* | | | | Merge master into staging-nixosnixpkgs-ci[bot]2026-02-022-4/+4
|\| | | |
| * | | | linuxPackages.evdi: 1.14.12 -> 1.14.13 (#484385)Fabián Heredia Montiel2026-02-021-2/+2
| |\ \ \ \
| | * | | | linuxPackages.evdi: 1.14.12 -> 1.14.13HexMix2026-01-271-2/+2
| * | | | | linuxPackages.tuxedo-drivers: 4.18.1 -> 4.20.1 (#472777)Weijia Wang2026-02-021-2/+2
| |\ \ \ \ \
| | * | | | | linuxPackages.tuxedo-drivers: 4.18.1 -> 4.20.1R. Ryantm2026-01-281-2/+2
* | | | | | | lib/systems/platforms: Add ppc64; linux: Add 64-bit POWER settings, strip vml...Alyssa Ross2026-02-022-0/+27
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | linux: Build-in i2c-powermac on ppc64 systems•••https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713943 OPNA26082026-02-021-0/+9
| * | | | | | linux: Strip vmlinux in out output when present•••Because it isn't stripped by default, and is outside of the list of paths that we strip automatically. dev output is expected to have an unstripped vmlinux, so stripping this one should be fine. OPNA26082026-01-221-0/+6
| * | | | | | linux/common-config: Add settings for 64-bit POWEROPNA26082026-01-221-0/+12
* | | | | | | linuxPackages.xone: 0.5.0 -> 0.5.4Fazzi2026-02-021-2/+2
* | | | | | | kernelshark: move to by-nameAliaksandr2026-01-311-72/+0
* | | | | | | linux_xanmod, linux_xanmod_latest: 2026-01-30 (#485381)Alyssa Ross2026-01-311-2/+2
|\ \ \ \ \ \ \
| * | | | | | | linux_xanmod_latest: 6.18.7 -> 6.18.8•••- Changelog: https://dl.xanmod.org/changelog/6.18/ChangeLog-6.18.8-xanmod1.gz - Diff: https://gitlab.com/xanmod/linux/-/compare/6.18.7-xanmod1..6.18.8-xanmod1?from_project_id=51590166 eljamm2026-01-301-2/+2
| * | | | | | | linux_xanmod: 6.12.67 -> 6.12.68•••- Changelog: https://dl.xanmod.org/changelog/6.12/ChangeLog-6.12.68-xanmod1.gz - Diff: https://gitlab.com/xanmod/linux/-/compare/6.12.67-xanmod1..6.12.68-xanmod1?from_project_id=51590166 eljamm2026-01-301-2/+2
* | | | | | | | linuxKernel.kernels.linux_xanmod_latest: 6.18.7 -> 6.18.8 (#485499)Alyssa Ross2026-01-311-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | linuxKernel.kernels.linux_xanmod_latest: 6.18.7 -> 6.18.8R. Ryantm2026-01-301-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | various: use stdenv.mkDerivation instead of qt5.mkDerivation (#483875)Gergő Gutyina2026-01-311-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | various: use stdenv.mkDerivation instead of qt5.mkDerivation•••this shouldn't create any rebuilds quantenzitrone2026-01-261-2/+4
* | | | | | | | | treewide: fetchFromGitea -> fetchFromCodeberg•••Most packages that used fetchFromGitea fetch their sources from Codeberg, so might as well migrate them. The following command was used for this treewide: ```fish for i in (rg 'fetchFromGitea \{\n *domain = "codeberg.org";' --multiline --files-with-matches) sed -z 's/fetchFromGitea {\n *domain = "codeberg.org";/fetchFromCodeberg {/g' $i > $i.tmp && mv $i.tmp $i sed -i 's/fetchFromGitea/fetchFromCodeberg/g' $i end ``` The following paths were manually edited: * pkgs/by-name/xr/xrsh/package.nix * pkgs/applications/networking/browsers/librewolf/src.nix * pkgs/by-name/go/gotosocial/package.nix * pkgs/by-name/ka/katawa-shoujo-re-engineered/package.nix Co-authored-by: Gutyina Gergő <gutyina.gergo.2@gmail.com> Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net> Fernando Rodrigues2026-01-311-3/+2
* | | | | | | | | busybox: remove unused input (#485325)Weijia Wang2026-01-301-1/+0
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | busybox: remove unused inputAlyssa Ross2026-01-301-1/+0
* | | | | | | | | staging-nixos merge for 2026-01-30 (#485288)zowoq2026-01-302-8/+9
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ kernel updates for 2026-01-30 (#485272)zowoq2026-01-301-8/+8
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | linux_6_6: 6.6.121 -> 6.6.122zowoq2026-01-301-2/+2
| | * | | | | | | | | linux_6_12: 6.12.67 -> 6.12.68zowoq2026-01-301-2/+2
| | * | | | | | | | | linux_6_18: 6.18.7 -> 6.18.8zowoq2026-01-301-2/+2
| | * | | | | | | | | linux_testing: 6.19-rc6 -> 6.19-rc7zowoq2026-01-301-2/+2
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge master into staging-nixosnixpkgs-ci[bot]2026-01-295-55/+43
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | Merge master into staging-nixosnixpkgs-ci[bot]2026-01-291-2/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge master into staging-nixosnixpkgs-ci[bot]2026-01-281-5/+5
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into staging-nixosK9002026-01-271-3/+3
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | Merge master into staging-nixosnixpkgs-ci[bot]2026-01-269-31/+36
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge master into staging-nixosnixpkgs-ci[bot]2026-01-261-2/+2
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ iputils: split man output (#482658)Doron Behar2026-01-261-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
| | * | | | | | | | | | iputils: split man outputDoron Behar2026-01-221-0/+1
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
* | | | | | | | | | | windows.mcfgthreads: 2.2.2 -> 2.3.1 (#483156)Weijia Wang2026-01-301-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | windows.mcfgthreads: 2.2.2 -> 2.3.1Weijia Wang2026-01-231-2/+2
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |