summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* default-crate-overrides: proc-macro-crate: don't break potential patchesorigin/proc-macro-crateSandro2024-09-091-1/+1
* steam: drop gnome2.GConf dependency (#340633)K9002024-09-091-1/+0
|\
| * steam: drop gnome2.GConf dependency•••GConf depends on ORBit2 which no longer compiles on https://github.com/NixOS/nixpkgs/pull/340612 ORBit2 / GConf are EOL/Archived: - https://gitlab.gnome.org/Archive/orbit2 (last commit on main branch 8 years ago) - https://gitlab.gnome.org/Archive/gconf (last commit on main branch 8 years ago) Fabián Heredia Montiel2024-09-091-1/+0
* | valgrind-light: correctly override meta (#340713)éclairevoyant2024-09-091-1/+1
|\ \
| * | valgrind-light: correctly override meta•••This is broken due to Nix treating `a = { b.c = d; }` as `a = { b = { c = d; }; }` and `overrideAttrs` isn't recursively merging attributes with old ones. Broken in 95e172d7c0f4fbdcc117760fe973507e61a6d550 https://github.com/NixOS/nixpkgs/pull/340144 aleksana2024-09-091-1/+1
* | | linux-firmware: 20240811 -> 20240909 (#340768)K9002024-09-091-2/+2
|\ \ \
| * | | linux-firmware: 20240811 -> 20240909K9002024-09-091-2/+2
* | | | openapi-generator-cli: 7.7.0 -> 7.8.0 (#335838)Ilan Joselevich2024-09-091-2/+2
|\ \ \ \
| * | | | openapi-generator-cli: 7.7.0 -> 7.8.0R. Ryantm2024-08-191-2/+2
* | | | | protoc-gen-es: fix missing node_modules directories (#339841)Felix Schröter2024-09-091-0/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | protoc-gen-es: fix missing node_modules directories•••This workaround won't be needed anymore once #333759 is merged, which fixes the node_modules copying behavior in npm-install-hooks. Felix Schröter2024-09-051-0/+7
* | | | | slurm: 24.05.2.1 -> 24.05.3.1 (#340347)Markus Kowalewski2024-09-091-2/+2
|\ \ \ \ \
| * | | | | slurm: 24.05.2.1 -> 24.05.3.1Markus Kowalewski2024-09-071-2/+2
* | | | | | python312Packages.gsd: 3.3.1 -> 3.3.2 (#340176)Markus Kowalewski2024-09-091-6/+12
|\ \ \ \ \ \
| * | | | | | python312Packages.gsd: switch to pypa buildnatsukium2024-09-081-4/+10
| * | | | | | python312Packages.gsd: 3.3.1 -> 3.3.2R. Ryantm2024-09-061-2/+2
* | | | | | | rustlings: add darwin support by adding CoreServices to buildInputs (#339263)éclairevoyant2024-09-091-0/+4
|\ \ \ \ \ \ \
| * | | | | | | rustlings: add darwin support by adding CoreServices to buildInputsMastermindaxe2024-09-031-0/+4
* | | | | | | | nixos-install: fail if we can't set up bootloader (#340522)K9002024-09-091-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | nixos-install: fail if we can't set up bootloaderK9002024-09-081-0/+1
* | | | | | | | | steam/fhsenv: use normal curl (#340710)K9002024-09-091-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | steam/fhsenv: use normal curl•••The Steam Runtime can handle any curl version: https://gitlab.steamos.cloud/steamrt/steam-runtime-tools/-/blob/main/libcurl-compat/README.md?ref_type=heads And nix-built applications run from Steam will start exploding on this after staging-next because we're finally building our curl with versioned symbols. K9002024-09-091-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | nixos/tests: don't include switch-to-configuration in DUT by default (#340445)K9002024-09-0914-170/+147
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | nixos/tests/user-activation-scripts: enable switch-to-configurationK9002024-09-081-0/+1
| * | | | | | | | | nixos/tests/systemd-boot: enable switch-to-configurationK9002024-09-081-0/+1
| * | | | | | | | | nixos/tests/switch-test: enable switch-to-configurationK9002024-09-081-0/+1
| * | | | | | | | | nixos/tests/restart-by-activation-script: enable switch-to-configurationK9002024-09-081-0/+2
| * | | | | | | | | nixos/tests/nat: use specialisations instead of multiple machinesK9002024-09-081-37/+22
| * | | | | | | | | nixos/tests/mutable-users: use specialisations instead of multiple machinesK9002024-09-081-13/+13
| * | | | | | | | | nixos/tests/firewall: use specialisations instead of multiple machinesK9002024-09-081-12/+4
| * | | | | | | | | nixos/tests/containers-restart_networking: use specialisations instead of mul...•••The test is still broken. K9002024-09-081-48/+41
| * | | | | | | | | nixos/tests/containers-reloadable: use specializations instead of multiple ma...K9002024-09-081-42/+28
| * | | | | | | | | nixos/tests/chrony: actually restart chrony when switching to hardened config•••This breaks the test. Fun. K9002024-09-081-2/+3
| * | | | | | | | | nixos/tests/chrony: use specializations instead of multiple machinesK9002024-09-081-16/+14
| * | | | | | | | | nixos/tests/installer: add newly missing switch-to-configuration dependenciesK9002024-09-081-0/+5
| * | | | | | | | | nixos/tests: don't include switch-to-configuration in DUT by defaultK9002024-09-081-2/+7
| * | | | | | | | | nixos/specialisation: add isSpecialisation option to know if we're a speciali...K9002024-09-082-0/+7
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | trunk-io: 1.3.1 -> 1.3.2 (#340457)Nick Cao2024-09-093-4/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | trunk-io: 1.3.1 -> 1.3.2Aaron Jheng2024-09-091-2/+3
| * | | | | | | | | trunk-io: move to by-nameAaron Jheng2024-09-083-2/+0
| |/ / / / / / / /
* | | | | | | | | dysk: 2.9.0 -> 2.9.1 (#340519)Nick Cao2024-09-091-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dysk: 2.9.0 -> 2.9.1R. Ryantm2024-09-081-3/+3
* | | | | | | | | | flyctl: 0.2.124 -> 0.2.125 (#340533)Nick Cao2024-09-091-3/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | flyctl: 0.2.124 -> 0.2.125R. Ryantm2024-09-081-3/+3
| |/ / / / / / / / /
* | | | | | | | | | python312Packages.tencentcloud-sdk-python: 3.0.1226 -> 3.0.1227 (#340689)Nick Cao2024-09-091-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | python312Packages.tencentcloud-sdk-python: 3.0.1226 -> 3.0.1227•••Diff: https://github.com/TencentCloud/tencentcloud-sdk-python/compare/refs/tags/3.0.1226...3.0.1227 Changelog: https://github.com/TencentCloud/tencentcloud-sdk-python/blob/3.0.1227/CHANGELOG.md Fabian Affolter2024-09-091-2/+2
* | | | | | | | | | | gatus: 5.12.0 -> 5.12.1 (#340755)Nick Cao2024-09-091-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gatus: 5.12.0 -> 5.12.1R. Ryantm2024-09-091-2/+2
* | | | | | | | | | | | ldeep: 1.0.61 -> 1.0.63 (#340690)Nick Cao2024-09-091-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ldeep: 1.0.61 -> 1.0.63•••Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.61...1.0.63 Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.63 Fabian Affolter2024-09-091-2/+2
| | |/ / / / / / / / / / | |/| | | | | | | | | |