summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge pull request #132364 from markuskowa/upd-rdmamarkuskowa2021-08-02
|\ | | | | rdma-core: 35.0 -> 36.0
| * rdma-core: 35.0 -> 36.0Markus Kowalewski2021-08-02
| |
* | Merge pull request #132092 from lovesegfault/linux_xanmod-5.13.6Bernardo Meurer2021-08-01
|\ \ | | | | | | linux_xanmod: 5.13.5 -> 5.13.7
| * | linux_xanmod: 5.13.6 -> 5.13.7Bernardo Meurer2021-08-01
| | |
| * | linux_xanmod: 5.13.5 -> 5.13.6Bernardo Meurer2021-07-30
| | |
* | | Merge pull request #132366 from lukegb/fix-evalLuke Granger-Brown2021-08-01
|\ \ \ | |_|/ |/| | nixos/display-managers: update set-session for new "SessionType" property
| * | nixos/display-managers: update set-session for new "SessionType" propertyLuke Granger-Brown2021-08-01
|/ / | | | | | | | | | | | | | | GDM 40.1 switched from storing X11 sessions in the "XSession" property on AccountService to "Session" with a "x11" "SessionType". For compatibility reasons, we should set both, since AccountService doesn't seem to provide the compatibility for us.
* | Merge pull request #131814 from ↵Robert Hensing2021-08-01
|\ \ | | | | | | | | | | | | blaggacao/fix-nix-daemon-registry-type-unspecified-error nixos/nix-daemon: fix registry flake type
| * | nixos/nix-daemon: fix registry flake typeDavid Arnold2021-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this commit, the `flake` option was typed with `types.unspecified`. This type get's merged via [`mergeDefaultOption`](https://github.com/NixOS/nixpkgs/blob/ebb592a04c5282f316d60cd4aba066f6e5d74b65/lib/options.nix#L119-L128), which has a line ```nix else if all isFunction list then x: mergeDefaultOption loc (map (f: f x) list) ``` `lib.isFunction` detects an attrs in the shape of `{__functor = ...}` as a function and hence this line substitutes such attrs with a function (f: f x). If now, a flake input has a `__functor` as it's output, this will coerce the once attrs to a function. This breaks a lot of things later in the stack, for example a later `lib.filterAttrs seive <LAMBDA>` will fail for obious reasons. According to @infinisil, `types.unspecified` is due to deprecation. In the meantime this PR provides a specific fix for the specific problem discovered.
* | | Merge pull request #131020 from Artturin/uptimed-fixAaron Andersen2021-08-01
|\ \ \ | | | | | | | | uptimed nixos/uptimed: switch to /var/lib/ and fix perms
| * | | {uptimed,nixos/uptimed}: switch to /var/lib/ and fix permsArtturin2021-07-31
| | | |
* | | | Merge pull request #129861 from vs49688/giteafixAaron Andersen2021-08-01
|\ \ \ \ | |_|/ / |/| | | modules/gitea: use gitea to refresh hooks and keys
| * | | nixos/gitea: use gitea to refresh hooks and keysZane van Iperen2021-07-11
| | | | | | | | | | | | | | | | | | | | Gitea now provides this functionality as an admin command. Is significantly faster, especially on slow disks.
* | | | Merge pull request #132329 from Mic92/tt-rss-plugin-auth-ldapajs1242021-08-01
|\ \ \ \ | | | | | | | | | | tt-rss-plugin-auth-ldap: fix compat with latest tt-rss
| * | | | tt-rss-plugin-auth-ldap: fix compat with latest tt-rssJörg Thalheim2021-08-01
| | | | |
* | | | | Merge pull request #132345 from lukegb/fix-evalLuke Granger-Brown2021-08-01
|\ \ \ \ \ | | | | | | | | | | | | nixos/virtualbox-image: cast baseImageFreeSpace to str
| * | | | | nixos/virtualbox-image: cast baseImageFreeSpace into strLuke Granger-Brown2021-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an evaluation error that's blocking the nixos-unstable channel (#132328).
* | | | | | Merge pull request #131780 from r-ryantm/auto-update/icingaweb2-iplajs1242021-08-01
|\ \ \ \ \ \ | |/ / / / / |/| | | | | icingaweb2-ipl: 0.6.0 -> 0.6.1
| * | | | | icingaweb2-ipl: 0.6.0 -> 0.6.1R. RyanTM2021-07-28
| | | | | |
* | | | | | Merge pull request #132322 from dywedir/brootRobert Hensing2021-08-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | broot: 1.6.0 -> 1.6.2
| * | | | | | broot: 1.6.0 -> 1.6.2Vladyslav M2021-08-01
| | | | | | |
| * | | | | | broot: add dywedir to maintainersVladyslav M2021-08-01
| | | | | | |
* | | | | | | Merge pull request #132331 from sternenseemann/pkgs-llvm-stdenv-trunkRobert Hensing2021-08-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pkgs/top-level/release.nix: build pkgsLLVM.stdenv as part of trunk
| * | | | | | | pkgs/top-level/release.nix: build pkgsLLVM.stdenv as part of trunksternenseemann2021-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Having pkgsLLVM.stdenv built with nixpkgs:trunk will make building anything in pkgsLLVM decidedly less painful since it will eliminate the need to build LLVM and clang locally, which shouldn't be as bad on hydra. Darwin is disabled for now since it doesn't evaluate correctly there (infinite recursion problem with the SDK).
* | | | | | | | vimPlugins.onedark-nvim: Add lush-nvim dependency (#131987)Vinícius Müller2021-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vimPlugins.onedark-nvim: Add lush-nvim dependency * Update pkgs/misc/vim-plugins/overrides.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | | | | | | | soapui: 5.5.0 -> 5.6.0 (#131307)Benjamin Asbach2021-08-01
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Benjamin Asbach <asbachb@users.noreply.github.com>
* | | | | | | | 1password: 1.9.1 -> 1.11.2 (#131497)David Reaver2021-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 1password: 1.9.1 -> 1.11.2 Also, we are using the new `apple_universal` package 1password added to support amd64 and the new M1 architecture. If this is a problem, we can revert to 1.11.0 for now, which is the last version that uses the old `darwin_amd64` package. Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
* | | | | | | | Merge pull request #132235 from Ma27/bump-epson-escpr2Maximilian Bosch2021-08-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | epson-escpr2: 1.1.34 -> 1.1.38
| * | | | | | | | epson-escpr2: 1.1.34 -> 1.1.38Maximilian Bosch2021-07-31
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #132332 from primeos/chromiumMichael Weiss2021-08-01
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | chromium: Drop two gn overrides that are not required anymore
| * | | | | | | chromium: Drop two gn overrides that are not required anymoreMichael Weiss2021-08-01
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | The chromium and chromiumBeta builds still succeed.
* | | | | | | lib.systems: add m68k-netbsd supportAlyssa Ross2021-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | m68k was recently added for Linux and none, but NetBSD also supports m68k. Nothing will build yet, but I want to make sure we at least encode the existence of NetBSD support for every applicable architecture we support for other operating systems.
* | | | | | | lib.systems.doubles: re-sortAlyssa Ross2021-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | These were alphabetically sorted until m68k and s390 were added.
* | | | | | | Merge #131965: knot-resolver: 5.3.2 -> 5.4.0Vladimír Čunát2021-08-01
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | knot-resolver: 5.3.2 -> 5.4.0Vladimír Čunát2021-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.4.0 It's a prerequisite to updating knot-dns to >= 3.1.0.
* | | | | | | Merge pull request #132312 from ncfavier/syncthing-initLassulus2021-08-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/syncthing: fix curl not retrying on network errors
| * | | | | | | nixos/syncthing: fix curl not retrying on network errorsNaïm Favier2021-08-01
| | | | | | | |
* | | | | | | | Merge pull request #132304 from zowoq/gduFabian Affolter2021-08-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gdu: 5.3.0 -> 5.5.0
| * | | | | | | | gdu: 5.3.0 -> 5.5.0zowoq2021-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/dundee/gdu/releases/tag/v5.4.0 https://github.com/dundee/gdu/releases/tag/v5.5.0
* | | | | | | | | Merge pull request #131922 from r-ryantm/auto-update/icingaweb2Ryan Mulligan2021-08-01
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | icingaweb2: 2.9.0 -> 2.9.2
| * | | | | | | | icingaweb2: 2.9.0 -> 2.9.2R. RyanTM2021-07-29
| | | | | | | | |
* | | | | | | | | sane: Add support for the unfree Fujitsu ScanSnap driversProfpatsch2021-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the scanner files already linked from the `etc/sane.d/epjitsu.conf` file, which are extracted from the Windows drivers and mirrored on GitHub. Being a Japanese hardware vendor, Fujitsu’s software release & licensing methods are horrifying, but their scanners are some of the best, so we should definitly have discoverable support for them, which this patch hopefully adds. Inspiration was taken from the following sources: https://www.josharcher.uk/code/install-scansnap-s1300-drivers-linux/ https://ubuntuforums.org/archive/index.php/t-1461915.html https://github.com/stevleibelt/scansnap-firmware
* | | | | | | | | Merge pull request #132271 from angustrau/pulseaudio-aarch64-darwinJörg Thalheim2021-08-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | pulseaudio: fix build on aarch64-darwin
| * | | | | | | | | pulseaudio: fix build on aarch64-darwinAngus Trau2021-08-01
| | | | | | | | | |
* | | | | | | | | | Merge pull request #132292 from JJJollyjim/passthru-squashfsRobert Hensing2021-08-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | squashfsTools: add NixOS cdrom boot as passthru test
| * | | | | | | | | | squashfsTools: add NixOS cdrom boot as passthru testJamie McClymont2021-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the same test which blocks nixos-unstable-small. It recently caused a long blockage, due to a regression in squashfsTools itself corrupting the iso image, see #132286.
* | | | | | | | | | | Merge pull request #132296 from fabaff/bump-dipyFabian Affolter2021-08-01
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python3Packages.dipy: 1.3.0 -> 1.4.1
| * | | | | | | | | | | python3Packages.dipy: 1.3.0 -> 1.4.1Fabian Affolter2021-08-01
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #132291 from fabaff/fix-perfplotFabian Affolter2021-08-01
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | python3Packages.perfplot: 0.9.5 -> 0.9.6
| * | | | | | | | | | | | python3Packages.pyfma: fix buildFabian Affolter2021-08-01
| | | | | | | | | | | | |