about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* modules/emacs: update init.el for magit updateAlyssa Ross2023-11-05
|
* modules/cgit: ban my-tiny-botAlyssa Ross2023-11-04
| | | | Requesting multiple times per second. Not nice.
* modules/firefox: disable top sites on home screenAlyssa Ross2023-11-04
|
* modules/firefox: disable PocketAlyssa Ross2023-11-04
|
* modules/firefox: remove unused variablesAlyssa Ross2023-11-04
|
* modules/server/nginx: log upstream response timeAlyssa Ross2023-11-04
| | | | | | This will be useful to see which cgit requests take the longest, in case any features are taking up an unreasonable amount of CPU time and should be disabled.
* Merge commit '0cbe9f69c234a7700596e943bfae7ef27a31b735' into HEADAlyssa Ross2023-10-31
|\
| * nongnu-packages: updated 2023-10-28 (from overlay)Anderson Torres2023-10-29
| |
| * melpa-packages: updated 2023-10-28 (from overlay)Anderson Torres2023-10-29
| |
| * elpa-devel-packages: updated 2023-10-28 (from overlay)Anderson Torres2023-10-29
| |
| * elpa-packages: updated 2023-10-28 (from overlay)Anderson Torres2023-10-29
| |
| * emacs: small rewriteAnderson Torres2023-10-29
| |
| * emacs: move generic.nix to make-emacs.nixAnderson Torres2023-10-29
| | | | | | | | It is a better name for this file, after all.
| * Merge pull request #244598 from NickCao/telegram-desktopNick Cao2023-10-29
| |\ | | | | | | telegram-desktop: 4.8.4 -> 4.11.1
| | * telegram-desktop: override glibmm to 2.78.0Nick Cao2023-10-29
| | |
| | * mm-common: set strictDeps, add python3 and bash to buildInputs for shebangsNick Cao2023-10-29
| | |
| | * telegram-desktop: 4.8.4 -> 4.11.1Nick Cao2023-10-29
| | | | | | | | | | | | | | | | | | Diff: https://github.com/telegramdesktop/tdesktop/compare/v4.8.4...v4.11.1 Changelog: https://github.com/telegramdesktop/tdesktop/releases/tag/v4.11.1
| | * telegram-desktop.tg_owt: unstable-2023-08-15 -> unstable-2023-10-17Nick Cao2023-10-29
| | | | | | | | | | | | Diff: https://github.com/desktop-app/tg_owt/compare/0532942ac6176a66ef184fb728a4cbb02958fc0b...be153adaa363b2b13242466ad5b7b87f61301639
| * | Merge pull request #264224 from K900/fix-nvme-cli-evalK9002023-10-29
| |\ \ | | | | | | | | nvme-cli: fix eval
| | * | nvme-cli: only use libhugetlbfs if not brokenK9002023-10-29
| | | |
| | * | libhugetlbfs: move broken to badPlatforms + update brokenness statusK9002023-10-29
| | |/
| * | Merge pull request #264227 from K900/remove-pngK9002023-10-29
| |\ \ | | | | | | | | Remove mistakenly committed test output
| | * | Remove mistakenly committed test outputK9002023-10-29
| |/ /
| * / luarocks-packages-update: init (#262156)Matthieu Coudron2023-10-29
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * luarocks-packages-updater: init Goal is to make it possible to maintain out-of-tree luarocks packages without needing to clone nixpkgs. maintainers/scripts/update-luarocks-packages gets renamed to pkgs/development/lua-modules/updater/updater.py Once merged you can run for instance nix run nixpkgs#luarocks-packages-updater -- -i contrib/luarocks-packages.csv -o contrib/generated-packages.nix I also set the parallelism (--proc) to 1 by default else luarocks fails because of https://github.com/luarocks/luarocks/issues/1540 * Update maintainers/scripts/pluginupdate.py Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com> --------- Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com>
| * Merge pull request #264073 from josephst/fix/netdata-relative-pathRyan Lahfa2023-10-29
| |\
| | * netdata: don't use absolute path for `echo`Joseph Stahl2023-10-29
| | | | | | | | | | | | Upstream fix pending - https://github.com/netdata/netdata/pull/16300
| * | Merge pull request #264139 from r-ryantm/auto-update/bosh-cliRobert Scott2023-10-29
| |\ \ | | | | | | | | bosh-cli: 7.4.0 -> 7.4.1
| | * | bosh-cli: 7.4.0 -> 7.4.1R. Ryantm2023-10-29
| | | |
| * | | erigon: add package option to override default versionJakub Sokołowski2023-10-29
| | | | | | | | | | | | | | | | Signed-off-by: Jakub Sokołowski <jakub@status.im>
| * | | Merge pull request #259044 from chvp/upd/kotlin-language-serverPeder Bergebakken Sundt2023-10-29
| |\ \ \ | | | | | | | | | | kotlin-language-server: 1.3.5 -> 1.3.7
| | * | | kotlin-language-server: 1.3.5 -> 1.3.7Charlotte Van Petegem2023-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/fwcd/kotlin-language-server/releases/tag/1.3.6 https://github.com/fwcd/kotlin-language-server/releases/tag/1.3.7
| * | | | nixos: fix iproute2 invocations (#263976)Rémy Grünblatt2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using iproute2's ip binary, you can omit the dev parameter, e.g. ip link set up eth0 instead of ip link set up dev eth0. This breaks if for some reason your device is named e.g. he, hel, … because it is interpreted as ip link set up help. I just encountered this bug using networking.bridges trying to create an interface named he. I used a grep on nixpkgs to try to find iproute2 invocations using variables without the dev keyword, and found a few, and fixed them by providing the dev keyword. I merely fixed what I found, but the use of abbreviated commands makes it a bit hard to be sure everything has been found (e.g. ip l set … up instead of ip link set … up).
| * | | | Merge pull request #262583 from ElvishJerricco/systemd-stage-1-shellsWill Fancher2023-10-29
| |\ \ \ \ | | | | | | | | | | | | systemd-stage-1: Support for user shells
| | * | | | systemd-stage-1: Support for user shellsWill Fancher2023-10-21
| | | | | |
| * | | | | Merge pull request #264200 from K900/revert-specialfsK9002023-10-29
| |\ \ \ \ \ | | | | | | | | | | | | | | Revert "nixos/activation: remove specialfs activationScript"
| | * | | | | Revert "nixos/activation: remove specialfs activationScript"K9002023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a8f50f991948b91d1a191d1348bfff860a39b5a2. Broke installer tests, need to figure out how to fix nixos-enter before attempting this again.
| * | | | | | Merge pull request #253676 from mimame/update-zettlr-3.0.0Peder Bergebakken Sundt2023-10-29
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | zettlr: 2.3.0 -> 3.0.2
| | * | | | | zettlr: 2.3.0 -> 3.0.2Miguel Madrid-Mencía2023-10-23
| | | | | | |
| * | | | | | Merge pull request #263185 from Ma27/bump-grafanaMaximilian Bosch2023-10-29
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | grafana: 10.1.5 -> 10.2.0
| | * | | | | | grafana: 10.1.5 -> 10.2.0Maximilian Bosch2023-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeLog: https://github.com/grafana/grafana/releases/tag/v10.2.0
| * | | | | | | Merge pull request #262839 from RaitoBezarius/qemu-vm/timeoutRyan Lahfa2023-10-29
| |\ \ \ \ \ \ \
| | * | | | | | | nixos/lib/test-driver: add driver-timeout as a passthru testRaito Bezarius2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From now on, we will aim to ensure that the test driver gets tested by OfBorg using all our available tests. This commit adds the driver timeout test to the driver.
| | * | | | | | | nixos/tests/nixos-test-driver: test timeout failuresRaito Bezarius2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We test that the test framework timeouts are working as expected.
| | * | | | | | | nixos/lib/testing/run: expose `rawTestDerivation`Raito Bezarius2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For `testBuildFailure` and similar functions, we need a full blown derivation and not a lazy one. This is an internal option for test framework developers.
| | * | | | | | | nixos/test-driver: provide a global timeoutRaito Bezarius2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the debut of the test-driver, we didn't obtain a race timer with the test execution to ensure that tests doesn't run beyond a certain amount of time. This is particularly important when you are running into hanging tests which cannot be detected by current facilities (requires more pvpanic wiring up, QMP API stuff, etc.). Two easy examples: - Some QEMU tests may get stuck in some situation and run for more than 24 hours → we default to 1 hour max. - Some QEMU tests may panic in the wrong place, e.g. UEFI firmware or worse → end users can set a "reasonable" amount of time And then, we should let the retry logic retest them until they succeed and adjust their global timeouts. Of course, this does not help with the fact that the timeout may need to be a function of the actual busyness of the machine running the tests. This is only one step towards increased reliability.
| * | | | | | | | python3.pkgs.complycube: init at 1.1.6 (#236895)Dennis2023-10-30
| | | | | | | | |
| * | | | | | | | Merge pull request #263752 from pluiedev/patch-1Weijia Wang2023-10-29
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vesktop: 0.4.1 -> 0.4.2
| | * | | | | | | | vesktop: 0.4.1 -> 0.4.2Leah Amelia Chen2023-10-29
| | | | | | | | | |
| * | | | | | | | | Merge pull request #263859 from r-ryantm/auto-update/multitailWeijia Wang2023-10-29
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | multitail: 7.0.0 -> 7.1.1
| | * | | | | | | | | multitail: update metaOTABI Tomoya2023-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use the fork url as the homepage instead of the original one - change the license to asl20