summaryrefslogtreecommitdiff
path: root/pkgs/by-name/ci (follow)
Commit message (Expand)AuthorAgeFilesLines
* various: fix pname misuse in urls (#483962)Gergő Gutyina2026-02-051-1/+1
|\
| * various: fix pname misuse in urlsquantenzitrone2026-02-051-1/+1
* | circup: modernizeFabian Affolter2026-02-051-5/+5
* | circup: 2.3.0 -> 3.0.1•••Diff: https://github.com/adafruit/circup/compare/2.3.0...3.0.1 Changelog: https://github.com/adafruit/circup/releases/tag/3.0.1 Fabian Affolter2026-02-051-2/+2
* | cirrus-cli: 0.161.5 -> 0.162.0R. Ryantm2026-02-031-3/+3
* | circom: 2.2.2 -> 2.2.3R. Ryantm2026-02-011-3/+3
* | circleci-cli: 0.1.33721 -> 0.1.34038 (#465498)Weijia Wang2026-01-311-2/+2
|\ \
| * | circleci-cli: 0.1.33721 -> 0.1.34038R. Ryantm2025-12-161-2/+2
* | | cilium-cli: 0.18.8 -> 0.19.0 (#467389)Weijia Wang2026-01-311-2/+2
|\ \ \ | |_|/ |/| |
| * | cilium-cli: 0.18.8 -> 0.19.0R. Ryantm2026-01-161-2/+2
* | | various: switch to finalAttrs pattern (#483882)Fernando Rodrigues2026-01-3010-30/+30
|\ \ \
| * | | various: switch to finalAttrs pattern•••this shouldn't create any rebuilds quantenzitrone2026-01-3010-30/+30
* | | | maintainers: drop shamilton (#482468)Yohann Boniface2026-01-291-1/+0
|\ \ \ \
| * | | | maintainers: drop shamilton•••Signed-off-by: Marcin Serwin <marcin@serwin.dev> Marcin Serwin2026-01-221-1/+0
* | | | | ciscoPacketTracer7: dropGutyina Gergő2026-01-281-159/+0
* | | | | ciscoPacketTracer9: init at 9.0.0 (#456650)Gaétan Lepage2026-01-281-0/+90
|\ \ \ \ \
| * | | | | ciscoPacketTracer9: init at 9.0.0Gutyina Gergő2026-01-211-0/+90
* | | | | | cirrus-cli: 0.160.0 -> 0.161.5R. Ryantm2026-01-271-3/+3
* | | | | | Cinnamon updates 2026-01-26 (#484016)Bobby Rong2026-01-262-4/+4
|\ \ \ \ \ \
| * | | | | | cinnamon: 6.6.5 -> 6.6.6•••https://github.com/linuxmint/cinnamon/compare/6.6.5...6.6.6 Bobby Rong2026-01-261-2/+2
| * | | | | | cinnamon-settings-daemon: 6.6.2 -> 6.6.3•••https://github.com/linuxmint/cinnamon-settings-daemon/compare/6.6.2...6.6.3 R. Ryantm2026-01-261-2/+2
* | | | | | | treewide: remove references to the xorg namespace in `pkgs/` (#482814)Jo2026-01-266-50/+79
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | treewide: remove references to the xorg namespace in `pkgs` (automated)•••this creates some eval errors that will be fixed in the next commit done with the following script: ```fish \#!/usr/bin/env fish set packagesjson (nix eval --impure --json --expr ' let lib = import ./lib; in import pkgs/servers/x11/xorg/default.nix (lib.mapAttrs ( name: _: if name == "lib" then lib else if name == "config" then { allowAliases = false; } else name ) (__functionArgs (import pkgs/servers/x11/xorg/default.nix))) { } ' | jq) set one (grep '^ [A-Za-z0-9_-]*$' pkgs/servers/x11/xorg/default.nix | string trim | string replace -r '$' Z | sort | string sub -e -1) set two (grep '^ [A-Za-z0-9_-]* = [A-Za-z0-9_-]*;$' pkgs/servers/x11/xorg/default.nix | cut -d= -f1 | string trim | string replace -r '$' Z | sort | string sub -e -1) for arg in $one $two set oname $arg set nname (echo $packagesjson | jq -r .$oname) if test $nname = null echo (set_color red)warn:(set_color normal) unknown package xorg.$oname >&2 continue end echo $oname "->" $nname # replace basic xorg.$name references for file in (rg -F "xorg.$oname" --files-with-matches pkgs) # special cases sd -F "$oname = xorg.$oname;" "$nname = $nname;" $file # replace sd -F "xorg.$oname" "$nname" $file # fixup function arguments # prevent duplicate function args if grep -E " ($oname|$nname),\$" $file >/dev/null continue end if grep 'xorg\..' $file >/dev/null # case1: there is more so we can't just remove the function arg if grep ' xorg,$' $file >/dev/null sd ' xorg,$' " xorg, $nname," $file else if grep ' xorg ? .*,$' $file >/dev/null sd 'xorg( ? .*),$' "xorg\$1, $nname," $file else sd -F 'xorg,' "$nname, xorg," $file end else # case there is no more xorg..* so we can just replace the function arg sd 'xorg(| ? .*),.*$' "$nname," $file end end end nix fmt ``` quantenzitrone2026-01-256-45/+78
| * | | | | | treewide: remove all uses of 'with xorg;' in `pkgs`•••this shouldn't create any rebuilds this was done manually by grepping for `with xorg` and `with pkgs.xorg` quantenzitrone2026-01-252-28/+24
| | |_|/ / / | |/| | | |
* | | | | | cifs-utils: split bin, dev & man outputs (#482338)Doron Behar2026-01-261-1/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | cifs-utils: split bin, dev & man outputsDoron Behar2026-01-221-1/+8
* | | | | | circt: 1.138.0 -> 1.139.0 (#479911)Peder Bergebakken Sundt2026-01-242-2/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | circt: 1.138.0 -> 1.139.0Shogo Takata2026-01-142-2/+3
* | | | | | cirrus-cli: 0.159.1 -> 0.160.0R. Ryantm2026-01-201-3/+3
| |_|/ / / |/| | | |
* | | | | Cinnamon updates 2026-01-16 (#480730)Bobby Rong2026-01-171-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | cinnamon: 6.6.4 -> 6.6.5•••https://github.com/linuxmint/cinnamon/compare/6.6.4...6.6.5 Bobby Rong2026-01-161-2/+2
| |/ / /
* / / / cirrus-cli: 0.159.0 -> 0.159.1R. Ryantm2026-01-141-2/+2
|/ / /
* / / circumflex: 3.8 -> 3.9R. Ryantm2026-01-101-3/+3
|/ /
* | Cinnamon updates 2026-01-08 (#478106)Bobby Rong2026-01-093-6/+6
|\ \
| * | cinnamon-settings-daemon: 6.6.1 -> 6.6.2•••https://github.com/linuxmint/cinnamon-settings-daemon/compare/6.6.1...6.6.2 Bobby Rong2026-01-081-2/+2
| * | cinnamon-desktop: 6.6.1 -> 6.6.2•••https://github.com/linuxmint/cinnamon-desktop/compare/6.6.1...6.6.2 Bobby Rong2026-01-081-2/+2
| * | cinnamon: 6.6.3 -> 6.6.4•••https://github.com/linuxmint/cinnamon/compare/6.6.3...6.6.4 Bobby Rong2026-01-081-2/+2
* | | cinnamon-translations: 6.6.1 -> 6.6.2R. Ryantm2026-01-091-2/+2
* | | citations: 0.8.0 -> 0.9.0 (#477755)Aleksana2026-01-081-3/+3
|\ \ \
| * | | citations: 0.8.0 -> 0.9.0linsui2026-01-071-3/+3
| |/ /
* | | cirrus-cli: 0.158.0 -> 0.159.0R. Ryantm2026-01-071-3/+3
* | | ciel: 3.9.10 -> 3.9.11R. Ryantm2026-01-031-3/+3
|/ /
* | cinny-unwrapped: use nodejs-22•••The (version of?) node-sass it uses doesn’t support nodejs-24, so let’s lock it to nodejs 22 Charlotte 🦝 Deleńkec2025-12-311-0/+3
* | cifs-utils: 7.4 -> 7.5R. Ryantm2025-12-311-2/+2
* | circt: 1.131.0 -> 1.138.0 (#463915)Fernando Rodrigues2025-12-282-19/+56
|\ \
| * | circt: 1.131.0 -> 1.138.0•••This commit does a few things. - Updates circt to the latest version - Updates the llvm and circt build options to match the official release - Adds enable_slang_frontend feature flag that is enabled by default - Updates the check targets - Adds versionCheckHook Shogo Takata2025-12-282-19/+56
* | | cinnamon: 6.6.2 -> 6.6.3•••https://github.com/linuxmint/cinnamon/compare/6.6.2...6.6.3 Bobby Rong2025-12-241-2/+2
* | | circle-flags: 2.7.0 -> 2.8.0R. Ryantm2025-12-181-2/+2
* | | Cinnamon updates 2025-12-16 (#471392)Bobby Rong2025-12-173-6/+6
|\ \ \
| * | | cinnamon-screensaver: 6.6.0 -> 6.6.1•••https://github.com/linuxmint/cinnamon-screensaver/compare/6.6.0...6.6.1 Bobby Rong2025-12-171-2/+2