| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | qemu: enable nested virtualizationorigin/qemu-nested-virt | Domen Kožar | 2021-12-08 | 1 | -1/+1 |
| * | Merge pull request #147935 from risicle/ris-cppe-clang•••cppe, python3Packages.cppe: fix build with clang | Domen Kožar | 2021-11-30 | 2 | -3/+11 |
| |\ | |||||
| | * | python3Packages.cppe: fix build with clang | Robert Scott | 2021-11-29 | 1 | -1/+8 |
| | * | cppe: fix build with clang | Robert Scott | 2021-11-29 | 1 | -2/+3 |
| * | | nixos/acme: fix typo in docs | Roman Frołow | 2021-11-30 | 1 | -1/+1 |
| * | | qemu, runInLinuxVM: change default cpu to qemu64•••The flag -cpu max leaves QEMU 6.1.0 stuck on some systems, for example when /dev/kvm is not read-writable. This does not happen with -cpu qemu64. Getting stuck like that is a regression in 6.1.0 not yet present in 6.0.0 and should be fixed with 6.2.0 according to early testing with rc1. We should consider reverting this change when we merge QEMU 6.2.0. See #146526. fixes #141596 | Martin Schwaighofer | 2021-11-30 | 1 | -1/+1 |
| * | | qemu: emit warnings when KVM acceleration is not usable•••This fixes the qemu-kvm wrapper we add for convenience silently not using KVM, when the system would support it by at least leaving an indication in the log that the build ran slower because it ran without KVM. | Martin Schwaighofer | 2021-11-30 | 1 | -1/+24 |
| * | | qemu, runInLinuxVM: fix KVM availability check•••KVM should only be considered abailable if /dev/kvm exists and is read-writable by the user that is trying to launch it. The previous check for existance only had the consequence that on some Linux distributions running VMs with Nix's QEMU only worked if KVM was NOT installed. fixes #124371 | Martin Schwaighofer | 2021-11-30 | 1 | -1/+1 |
| * | | Merge pull request #147359 from Izorkin/update-curl-libs•••Init http3 libraries | Jörg Thalheim | 2021-11-30 | 4 | -0/+246 |
| |\ \ | |||||
| | * | | ngtcp2: init at unstable-2021-11-10 | Izorkin | 2021-11-29 | 2 | -0/+40 |
| | * | | nghttp3: init at unstable-2021-11-10 | Izorkin | 2021-11-29 | 2 | -1/+35 |
| | * | | quictls: init at v3.0.0+quic_unstable-2021-11-02 | Izorkin | 2021-11-29 | 2 | -0/+172 |
| * | | | re2: enable parallel builds (#147991) | Sergei Trofimovich | 2021-11-30 | 1 | -1/+12 |
| * | | | Merge pull request #147610 from fabaff/maigret•••maigret: init at 0.3.1 | Fabian Affolter | 2021-11-30 | 5 | -0/+175 |
| |\ \ \ | |||||
| | * | | | maigret: init at 0.3.1 | Fabian Affolter | 2021-11-29 | 2 | -0/+94 |
| | * | | | python3Packages.xmind: init at 1.2.0 | Fabian Affolter | 2021-11-29 | 2 | -0/+36 |
| | * | | | python3Packages.socid-extractor: init at 0.0.22 | Fabian Affolter | 2021-11-29 | 2 | -0/+45 |
| * | | | | Merge pull request #147963 from bobby285271/pantheon•••pantheon.elementary-files: 6.0.4 -> 6.1.0 | Bobby Rong | 2021-11-30 | 2 | -33/+3 |
| |\ \ \ \ | |||||
| | * | | | | pantheon.elementary-files: drop filechooser-portal-hardcode-gsettings-for-nix... | Bobby Rong | 2021-11-30 | 2 | -31/+1 |
| | * | | | | pantheon.elementary-files: 6.0.4 -> 6.1.0 | Bobby Rong | 2021-11-30 | 2 | -17/+17 |
| * | | | | | screen: disable parallel build (#147990)•••Parallel build fails for missing generated header dependencies: screen.h:48:10: fatal error: comm.h: No such file or directory 48 | #include "comm.h" | ^~~~~~~~ Upstream fixes are intermingled with added features and are not straightforward to backport. Let's disable parallelism until next release. | Sergei Trofimovich | 2021-11-30 | 1 | -0/+6 |
| * | | | | | Merge pull request #147829 from equirosa/chezmoi•••chezmoi: 2.7.4 -> 2.9.0 | Fabian Affolter | 2021-11-30 | 1 | -3/+3 |
| |\ \ \ \ \ | |||||
| | * | | | | | chezmoi: 2.7.4 -> 2.9.0 | Eduardo Quiros | 2021-11-30 | 1 | -3/+3 |
| * | | | | | | Merge pull request #147962 from bcdarwin/ignite-remove-pynvml-dep•••python3Packages.ignite: remove pynvml dep | Fabian Affolter | 2021-11-30 | 1 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | python3Packages.ignite: remove optional pynvml dependency | Ben Darwin | 2021-11-29 | 1 | -2/+2 |
| * | | | | | | | Merge #145166: kuma-*: init at 1.4.0 (missing components) | Vladimír Čunát | 2021-11-30 | 3 | -35/+87 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | kuma: init at 1.4.0 | iury fukuda | 2021-11-29 | 3 | -35/+87 |
| * | | | | | | | | Merge pull request #147954 from risicle/ris-pyvex-aarch64•••python3Packages.pyvex: fix build for aarch64-linux | Fabian Affolter | 2021-11-30 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | python3Packages.pyvex: fix build for aarch64-linux | Robert Scott | 2021-11-29 | 1 | -2/+2 |
| | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | | .github/PULL_REQUEST_TEMPLATE.md, CONTRIBUTING.md: 21.11 -> 22.05 (#147977)•••* .github/PULL_REQUEST_TEMPLATE.md: 21.11 -> 22.05 * CONTRIBUTING.md: 21.11 -> 22.05 | Bobby Rong | 2021-11-30 | 2 | -9/+9 |
| * | | | | | | | | Merge pull request #147967 from Artturin/increasebootsizes | Artturi | 2021-11-30 | 1 | -12/+12 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | nixos/tests/installer: increase /boot sizes to 100MB | Artturin | 2021-11-30 | 1 | -12/+12 |
| * | | | | | | | | | Merge pull request #147944 from viric/fix-frogatto-data•••frogatto-data: 2020-12-17 -> 2021-11-29 | Bobby Rong | 2021-11-30 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | frogatto-data: 2020-12-17 -> 2021-11-29•••Updating the engine required updating the data. Otherwise a crash would happen at the 2nd level (out of the main house). | Lluís Batlle i Rossell | 2021-11-29 | 1 | -3/+3 |
| * | | | | | | | | | | Merge pull request #147898 from tomberek/release_bump•••nixos/rl-21.11: bump | Timothy DeHerrera | 2021-11-29 | 5 | -30/+30 |
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | |||||
| | * | | | | | | | | | 21.11 Release Notes: fix typos | Timothy DeHerrera | 2021-11-29 | 1 | -3/+3 |
| | * | | | | | | | | | [21.11] update README.md•••[21.11] update upgrading [21.11] update release date run generation | Tom Bereknyei | 2021-11-29 | 5 | -28/+28 |
| * | | | | | | | | | | Merge pull request #147937 from figsoda/fix-vim-clap•••vimPlugins.vim-clap: fix cargoSha256 | figsoda | 2021-11-29 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | vimPlugins.vim-clap: fix cargoSha256 | figsoda | 2021-11-29 | 1 | -1/+1 |
| * | | | | | | | | | | | Merge pull request #147939 from NixOS/revert-116290-mar2021-hidpi | Artturi | 2021-11-30 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | Revert "nixos/hidpi: add xserver dpi" | Artturi | 2021-11-29 | 1 | -1/+0 |
| | | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
| * | | | | | | | | | | | Revert ".github/workflows/editorconfig.yml: Don't use GitHub API for PR diff."•••This reverts commit 4db84ed126a16e226c5f1a3f13c7bee92fa0a3a4. Causing CI errors. | zowoq | 2021-11-30 | 1 | -15/+18 |
| * | | | | | | | | | | | Merge pull request #141186 from rycee/emacs-wrapper-static-subdirs•••emacs: resolve wrapper load-path at build time | adisbladis | 2021-11-29 | 2 | -2/+13 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | emacs: resolve wrapper load-path at build time•••Since the included package set is determined at build time we can also generate the `subdirs.el` file at build time. This improves startup time somewhat since we don't have to traverse the directory to add to `load-path`. For example, ``` sh-session $ bench './emacs-old -Q --batch --kill' './emacs-new -Q --batch --kill' benchmarking bench/./emacs-old -Q --batch --kill time 72.77 ms (71.66 ms .. 73.65 ms) 1.000 R² (0.999 R² .. 1.000 R²) mean 72.49 ms (72.06 ms .. 72.92 ms) std dev 746.5 μs (582.4 μs .. 1.008 ms) benchmarking bench/./emacs-new -Q --batch --kill time 40.56 ms (40.24 ms .. 40.86 ms) 1.000 R² (0.999 R² .. 1.000 R²) mean 40.30 ms (40.12 ms .. 40.51 ms) std dev 401.9 μs (311.1 μs .. 555.8 μs) ``` The change does not actually affect the content of `load-path`: ``` sh-session $ diff -s <(./emacs-old --batch --eval '(prin1 load-path)' | sed -E 's!/nix/store/[[:alnum:]]{32}-!!g') \ <(./emacs-new --batch --eval '(prin1 load-path)' | sed -E 's!/nix/store/[[:alnum:]]{32}-!!g') Files /dev/fd/63 and /dev/fd/62 are identical ``` So in principle the only observable effect should be the improved startup time. | Robert Helgesson | 2021-11-14 | 2 | -2/+13 |
| * | | | | | | | | | | | | .github/workflows/editorconfig.yml: Don't use GitHub API for PR diff.•••This caused ratelimits for large PRs (reformatting PRs) | Moritz Hedtke | 2021-11-30 | 1 | -18/+15 |
| * | | | | | | | | | | | | Merge pull request #147824 from fabaff/bump-autoit-ripper•••python3Packages.autoit-ripper: 1.0.1 -> 1.1.0 | Fabian Affolter | 2021-11-30 | 1 | -7/+13 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | python3Packages.autoit-ripper: 1.0.1 -> 1.1.0 | Fabian Affolter | 2021-11-29 | 1 | -7/+13 |
| * | | | | | | | | | | | | | Merge pull request #147930 from bcdarwin/pydicom-setuptools-dep•••python3Packages.pydicom: add missing setuptools runtime dependency | Fabian Affolter | 2021-11-30 | 1 | -6/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | python3Packages.pydicom: add missing setuptools runtime dependency | Ben Darwin | 2021-11-29 | 1 | -6/+6 |
| * | | | | | | | | | | | | | | Merge pull request #147936 from bcdarwin/unbreak-nilearn•••python3Packages.nilearn: unbreak tests | Fabian Affolter | 2021-11-30 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
