summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rustc: 1.68.0 -> 1.68.1origin/rustcRaito Bezarius2023-03-231-2/+2
* rustc: 1.67.1 -> 1.68.0Raito Bezarius2023-03-092-30/+21
* Merge staging-next into staginggithub-actions[bot]2023-03-0985-262/+1946
|\
| * Merge master into staging-nextgithub-actions[bot]2023-03-095-6/+1113
| |\
| | * Merge pull request #220355 from r-ryantm/auto-update/mkgmap•••mkgmap: 4906 -> 4907Nikolay Korotkiy2023-03-091-2/+2
| | |\
| | | * mkgmap: 4906 -> 4907R. Ryantm2023-03-091-2/+2
| | * | Merge pull request #220227 from lovesegfault/update-tabnineBernardo Meurer2023-03-091-4/+4
| | |\ \
| | | * | tabnine: 4.4.245 -> 4.4.265Bernardo Meurer2023-03-081-4/+4
| | * | | Merge branch 'biscuit-cli-master'Shea Levy2023-03-093-0/+1107
| | |\ \ \
| | | * \ \ Merge branch 'master' into biscuit-cli-masterShea Levy2023-03-0915407-361461/+401853
| | | |\ \ \
| | | * | | | biscuit-cli: init at 0.2.0-next-pre20230103Shea Levy2023-03-093-0/+1107
| * | | | | | python310Packages.pyfaidx: Fix build•••Migrate to pep517 build. Martin Weinelt2023-03-091-1/+3
| * | | | | | python310Packages.argh: Fix build•••Migrate to the pep517 build, because native setuptools support was dropped. Martin Weinelt2023-03-091-0/+6
| * | | | | | python310Packages.flask_migrate: 4.0.2 -> 4.0.4•••Diff: https://github.com/miguelgrinberg/Flask-Migrate/compare/v4.0.2...v4.0.4 Martin Weinelt2023-03-091-3/+9
| * | | | | | python310Packages.measurement: Fix buildMartin Weinelt2023-03-091-6/+29
| * | | | | | python310Packages.jaraco-net: Add missing test dependencyMartin Weinelt2023-03-091-0/+2
| * | | | | | python310Packages.plum-py: Fix build and refactor•••- Follow the one argument per line approach to formatting. - Drop broken version specifier in python_requires - Use pytestCheckHook Martin Weinelt2023-03-091-3/+20
| * | | | | | platformio: Fix version specifiersMartin Weinelt2023-03-091-3/+4
| * | | | | | python310Packages.xhtml2pdf: Fix build•••The package migrated from pypdf3 to pypdf. Martin Weinelt2023-03-091-2/+2
| * | | | | | python310Packages.pypdf: init at 3.5.1•••A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files. Martin Weinelt2023-03-092-0/+94
| * | | | | | Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2023-03-0967-232/+634
| |\| | | | |
| | * | | | | Merge pull request #220180 from NixOS/home-assistant•••home-assistant: 2023.3.1 -> 2023.3.2Martin Weinelt2023-03-095-12/+20
| | |\ \ \ \ \
| | | * | | | | python310Packages.homeassistant-stubs: 2023.3.1 -> 2023.3.2•••Diff: https://github.com/KapJI/homeassistant-stubs/compare/refs/tags/2023.3.1...2023.3.2 Changelog: https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.3.2 Martin Weinelt2023-03-091-2/+2
| | | * | | | | python310Packages.homeassistant-stubs: Relax home-assistant version•••Pin the home-assistant version constraint to the year and month of a release, to allow easier upgrades within a month, where the number of typing changes is probably lower. Martin Weinelt2023-03-081-0/+8
| | | * | | | | home-assistant: 2023.3.1 -> 2023.3.2•••https://github.com/home-assistant/core/releases/tag/2023.3.2 Martin Weinelt2023-03-083-8/+8
| | | * | | | | python310Packages.pyinsteon: 1.3.3 -> 1.3.4R. Ryantm2023-03-081-2/+2
| | * | | | | | Merge pull request #215429 from aaronjheng/pre-commit•••pre-commit: 2.20.0 -> 3.1.0Sandro2023-03-092-64/+66
| | |\ \ \ \ \ \
| | | * | | | | | pre-commit: 2.20.0 -> 3.1.0Aaron Jheng2023-02-242-64/+66
| | * | | | | | | Merge pull request #196484 from LuisChDev/master•••hunspellDicts: fix spanish-language dictionariesSandro2023-03-091-6/+6
| | |\ \ \ \ \ \ \
| | | * | | | | | | hunspell: fix spanish-language dictionariesLuis Chavarriaga2023-02-251-6/+6
| | * | | | | | | | mullvad: add shell completionlelgenio2023-03-091-0/+13
| | * | | | | | | | Merge pull request #216874 from InternetUnexplorer/monocraft-2.4•••monocraft: 1.4 -> 2.4Sandro2023-03-091-9/+20
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | | * | | | | | | monocraft: 1.4 -> 2.4InternetUnexplorer2023-03-031-9/+20
| | * | | | | | | | Merge pull request #211855 from hercules-ci/lib-modules-disabledModules-modul...•••lib/modules: Allow an "anonymous" module with key in disabledModulesRobert Hensing2023-03-097-7/+183
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | lib/modules: Allow an "anonymous" module with key in disabledModules•••This makes the following work disabledModules = [ foo.nixosModules.bar ]; even if `bar` is not a path, but rather a module such as { key = "/path/to/foo#nixosModules.bar"; config = ...; } By supporting this, the user will often be able to use the same syntax for both importing and disabling a module. This is becoming more relevant because flakes promote the use of attributes to reference modules. Not all of these modules in flake attributes will be identifiable, but with the help of a framework such as flake-parts, these attributes can be guaranteed to be identifiable (by outPath + attribute path). Robert Hensing2023-03-017-7/+183
| | * | | | | | | | | Merge pull request #217547 from cideM/go-migrate-tests•••go-mockery: add package testSandro2023-03-091-1/+32
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | go-mockery: add package test•••Add a very basic package test for go-mockery that asserts: * version matches what is expected * running the program generates a *.go file Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Florian Beeres2023-03-091-1/+32
| | * | | | | | | | | | Merge pull request #219170 from rikhuijzer/edge-file-open•••microsoft-edge: fix file picker and `substituteInPlace`Sandro2023-03-091-3/+13
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | microsoft-edge: fix file picker and `subsituteInPlace`•••This fixes Microsoft Edge crashing if someone tries to open or save a file via the file picker. For example, to debug the functionality, I went to: ``` https://drive.google.com -> New -> File upload ``` This used to crash with the following error: ``` [...] (microsoft-edge:22536): GLib-GIO-ERROR **: 11:11:46.555: No GSettings schemas are installed on the system [0302/111146.559740:ERROR:elf_dynamic_array_reader.h(64)] tag not found [0302/111146.559913:ERROR:process_memory_range.cc(75)] read out of range [0302/111146.568118:ERROR:watson_metadata.cc(170)] unexpected header Trace/breakpoint trap (core dumped) ``` This PR fixes this error by explicitly making `gsettings-schemas` from `gtk` available to `microsoft-edge` via `XDG_DATA_DIRS`. Furthermore, this PR fixes some broken `subsituteInPlace` commands. Thanks to Jona Enzinger (`@JonaEnz`) who noticed that `--replace "''${XDG...` should be written as `--replace "\''${XDG...`. rikhuijzer2023-03-031-3/+13
| | * | | | | | | | | | | Merge pull request #220326 from felixsinger/pkgs/redmine/update•••redmine: 4.2.9 -> 4.2.10Atemu2023-03-093-53/+53
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | redmine: 4.2.9 -> 4.2.10•••The update contains fixes for security issues. Changelog: https://www.redmine.org/projects/redmine/wiki/Changelog_4_2#4210-2023-03-05 Signed-off-by: Felix Singer <felix.singer@secunet.com> Felix Singer2023-03-093-53/+53
| | * | | | | | | | | | | | Merge pull request #215634 from r-ryantm/auto-update/vscodium•••vscodium: 1.75.0.23033 -> 1.76.0.23062superherointj2023-03-091-6/+6
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | vscodium: 1.75.0.23033 -> 1.76.0.23062R. Ryantm2023-03-051-6/+6
| | * | | | | | | | | | | | | ocamlPackages.mirage-crypto: 0.10.7 -> 0.11.0•••Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com> Théo Zimmermann2023-03-0925-48/+155
| | * | | | | | | | | | | | | Merge pull request #220333 from domenkozar/cachix-1.3.1•••cachix: 1.3 -> 1.3.1Domen Kožar2023-03-091-7/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | cachix: 1.3 -> 1.3.1Domen Kožar2023-03-091-7/+7
| | * | | | | | | | | | | | | | Merge pull request #218260 from lunik1/lunik1-newgpgkey•••maintainers: update lunik1's gpg keyK9002023-03-091-1/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | maintainers: update lunik1's gpg keylunik12023-02-251-1/+2
| | * | | | | | | | | | | | | | | erlangR25: 25.2.3 -> 25.3R. Ryantm2023-03-091-2/+2
| | * | | | | | | | | | | | | | | Merge pull request #220330 from andresilva/andre/remove-zen-maintainer•••zen-kernels: remove andresilva as maintainersuperherointj2023-03-091-1/+1
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \