summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* buildFHSUserEnvBubblewrap: append graphics share to XDG_DATA_DIRJonathan Ringer2022-03-24
|
* buildFHSUserEnv: append graphics share to XDG_DATA_DIRJonathan Ringer2022-03-24
|
* steam: don't set XDG_DATA_DIRJonathan Ringer2022-03-24
|
* Merge pull request #165665 from prusnak/static-libgpg-error-linux-aarch64Pavol Rusnak2022-03-24
|\ | | | | libgpg-error: fix build of pkgsStatic.libgpg-error on aarch64-linux
| * libgpg-error: fix build of pkgsStatic.libgpg-error on aarch64-linuxPavol Rusnak2022-03-24
| |
* | Merge pull request #165216 from SebTM/update/arc_theme_20220223José Romildo Malaquias2022-03-24
|\ \ | | | | | | arc-theme: 20211018 -> 20220223
| * | arc-theme: 20211018 -> 20220223Sebastian Sellmeier2022-03-24
| | |
* | | Merge pull request #165609 from r-ryantm/auto-update/fceuxRyan Mulligan2022-03-24
|\ \ \ | | | | | | | | fceux: 2.6.3 -> 2.6.4
| * | | fceux: 2.6.3 -> 2.6.4R. Ryantm2022-03-24
| | | |
* | | | Merge pull request #165584 from r-ryantm/auto-update/authoscopeFabian Affolter2022-03-24
|\ \ \ \ | | | | | | | | | | authoscope: 0.8.0 -> 0.8.1
| * | | | authoscope: 0.8.0 -> 0.8.1R. Ryantm2022-03-24
| |/ / /
* | | | Merge pull request #165602 from r-ryantm/auto-update/earthlyRyan Mulligan2022-03-24
|\ \ \ \ | | | | | | | | | | earthly: 0.6.11 -> 0.6.12
| * | | | earthly: 0.6.11 -> 0.6.12R. Ryantm2022-03-24
| |/ / /
* | | | Merge pull request #165476 from techknowlogick/bump-vault-binmaxine [they]2022-03-24
|\ \ \ \
| * | | | vault-bin: 1.9.1 -> 1.10.0techknowlogick2022-03-24
| | | | |
* | | | | Merge pull request #165467 from techknowlogick/bump-vaultmaxine [they]2022-03-24
|\ \ \ \ \ | | | | | | | | | | | | vault: 1.9.4 -> 1.10.0
| * | | | | vault: 1.9.4 -> 1.10.0techknowlogick2022-03-23
| |/ / / /
* | | | | Merge pull request #165133 from jahway603/masterRobert Hensing2022-03-24
|\ \ \ \ \ | | | | | | | | | | | | Added fetchFromGitea to docs
| * | | | | added fetchFromGitea to docsjahway6032022-03-21
| | | | | |
* | | | | | prometheus-node-exporter: fix build on darwin (#165546)peter woodman2022-03-24
| |_|_|/ / |/| | | |
* | | | | Merge pull request #164712 from rehno-lindeque/pytorch-1.11.0Samuel Ainsworth2022-03-24
|\ \ \ \ \ | | | | | | | | | | | | pytorch-bin: 1.10.0 -> 1.11.0
| * | | | | tts: Switch from tensorboardx to torch.util.tensorboardJunji Hashimoto2022-03-23
| | | | | |
| * | | | | torchaudio-bin: 0.10.0 -> 0.11.0Rehno Lindeque2022-03-23
| | | | | |
| * | | | | torchvision-bin: 0.11.1 -> 0.12.0Rehno Lindeque2022-03-23
| | | | | |
| * | | | | pytorch-bin: 1.10.0 -> 1.11.0Rehno Lindeque2022-03-23
| | | | | |
* | | | | | python3Packages.pygame: fix buildMr Hedgehog2022-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the pygame build by adding the include/SDL2 directory to the include path.
* | | | | | python310Packages.pulsectl: 22.1.3 -> 22.3.2R. Ryantm2022-03-24
| | | | | |
* | | | | | sigma-cli: 0.3.3 -> 0.3.4Fabian Affolter2022-03-24
| | | | | |
* | | | | | python3Packages.pysigma-backend-splunk: 0.2.0 -> 0.2.2Fabian Affolter2022-03-24
| | | | | |
* | | | | | python3Packages.motionblinds: 0.6.2 -> 0.6.3Fabian Affolter2022-03-24
| | | | | |
* | | | | | python310Packages.py-synologydsm-api: 1.0.6 -> 1.0.7R. Ryantm2022-03-24
| | | | | |
* | | | | | Merge pull request #164660 from ncfavier/tests-restrict-argumentsRobert Hensing2022-03-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | nixos/testing: restrict arguments to makeTest
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into tests-restrict-argumentsRobert Hensing2022-03-21
| |\ \ \ \ \ \
| * | | | | | | tests.nixos-functions.nixosTest-test: Test callPackage-like behaviorRobert Hensing2022-03-21
| | | | | | | |
| * | | | | | | nixosTest: Fix invocationRobert Hensing2022-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | toFunction isn't quite the same as callPackage, but the difference should only be relevant for cross pkgs, which are generally not testable anyway.
| * | | | | | | lib: Add toFunctionRobert Hensing2022-03-21
| | | | | | | |
| * | | | | | | lib: applyIfFunction -> applyModuleArgsIfFunctionRobert Hensing2022-03-21
| | | | | | | |
| * | | | | | | nixos: Make config.nix.enable pass testRobert Hensing2022-03-21
| | | | | | | |
| * | | | | | | fixup! nixos/testing: restrict arguments to makeTestNaïm Favier2022-03-19
| | | | | | | |
| * | | | | | | nixos/tests: fix some evaluation errorsNaïm Favier2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes errors caught by "nixos/testing: restrict arguments to makeTest" as well as some unrelated errors and warnings.
| * | | | | | | nixos/testing: restrict arguments to makeTestNaïm Favier2022-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disallow passing arbitrary arguments to makeTest since they are not used; this can help catch mistakes.
* | | | | | | | Merge pull request #165297 from Stunkymonkey/treewide-pname-version-17davidak2022-03-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | treewide: rename name to pname&version
| * | | | | | | | treewide: rename name to pname&versionFelix Buehler2022-03-23
| | | | | | | | |
* | | | | | | | | Merge pull request #165329 from r-ryantm/auto-update/werfRyan Mulligan2022-03-24
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | werf: 1.2.77 -> 1.2.78
| * | | | | | | | | werf: 1.2.77 -> 1.2.78R. Ryantm2022-03-22
| | | | | | | | | |
* | | | | | | | | | Merge pull request #165594 from r-ryantm/auto-update/marvinRyan Mulligan2022-03-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | marvin: 22.7.0 -> 22.8.0
| * | | | | | | | | | marvin: 22.7.0 -> 22.8.0R. Ryantm2022-03-24
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #165595 from r-ryantm/auto-update/cmctlRyan Mulligan2022-03-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | cmctl: 1.7.1 -> 1.7.2
| * | | | | | | | | | cmctl: 1.7.1 -> 1.7.2R. Ryantm2022-03-24
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #165603 from r-ryantm/auto-update/efm-langserverRyan Mulligan2022-03-24
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | efm-langserver: 0.0.41 -> 0.0.42