summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
* linuxPackages.bcc: 0.19.0 -> 0.20.0R. RyanTM2021-05-08
|
* i2c-tools: switch to fetchgit and separate manEvils2021-05-08
| | | | and clarify license
* Merge pull request #119540 from chvp/nixos-rebuild-remote-flakesDomen Kožar2021-05-08
|\ | | | | nixos-rebuild: Allow remote building when using flakes
| * nixos-rebuild: Use old-style nix command when building flake on a remote hostCharlotte Van Petegem2021-04-16
| |
| * nixos-rebuild: Allow remote building when using flakesCharlotte Van Petegem2021-04-16
| |
* | cryptodev: 1.11 -> 1.12fortuneteller2k2021-05-08
| |
* | gnome: rename from gnome3Jan Tojnar2021-05-08
| | | | | | | | Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
* | Merge pull request #114374 from oxalica/lib/platform-support-checkSilvan Mosberger2021-05-08
|\ \ | | | | | | lib.meta: introduce `availableOn` to check package availability on given platform
| * | lib.meta: introduce `availableOn`oxalica2021-04-02
| | |
* | | Merge pull request #121720 from samueldr/feature/arm-stage-1-modulesDomen Kožar2021-05-07
|\ \ \ | | | | | | | | installer images: Add available modules to stage-1 on ARM platforms
| * | | linux/common-config.nix: Configure for armv7l-linux tooSamuel Dionne-Riel2021-05-04
| | | |
| * | | linux/common-config.nix: Enable FB_SIMPLE on AArch64Samuel Dionne-Riel2021-05-04
| | | |
* | | | treewide: Do a number of no-op cleanups for cross and darwinJohn Ericson2021-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am taking the non-invasive parts of #110914 to hopefully help out with #111988. In particular: - Use `lib.makeScopeWithSplicing` to make the `darwin` package set have a proper `callPackage`. - Adjust Darwin `stdenv`'s overlays keeping things from the previous stage to not stick around too much. - Expose `binutilsNoLibc` / `darwin.binutilsNoLibc` to hopefully get us closer to a unified LLVM and GCC bootstrap.
* | | | Merge pull request #113716 from Ma27/wpa_multipleMaximilian Bosch2021-05-06
|\ \ \ \ | | | | | | | | | | wpa_supplicant: allow both imperative and declarative networks
| * | | | wpa_supplicant: review fixesMaximilian Bosch2021-04-16
| | | | |
| * | | | nixos/wpa_supplicant: make new behavior opt-inMaximilian Bosch2021-04-16
| | | | |
| * | | | wpa_supplicant: allow both imperative and declarative networksMaximilian Bosch2021-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For a while now it's possible to specify an additional config file in `wpa_supplicant`[1]. In contrast to the file specified via `-c` this was supposed to be used for immutable settings and not e.g. additional networks. However I'm a little bit unhappy about the fact that one has to choose between a fully imperative setup and a fully declarative one where the one would have to write credentials for e.g. WPA2-enterprise networks into the store. The primary problem with the current state of `wpa_supplicant` is that if the `SAVE_CONFIG` command is invoked (e.g. via `wpa_cli`), all known networks will be written to `/etc/wpa_supplicant.conf` and thus all declarative networks would get out of sync with the declarative settings. To work around this, I had to change the following things: * The `networking.wireless`-module now uses `-I` for declarative config, so the user-controlled mode can be used along with the `networks`-option. * I added an `ro`-field to the `ssid`-struct in the `wpa_supplicant`-sources. This will be set to `1` for each network specified in the config passed via `-I`. Whenever config is written to the disk, those networks will be skipped, so changes to declarative networks are only temporary. [1] https://w1.fi/cgit/hostap/commit/wpa_supplicant?id=e6304cad47251e88d073553042f1ea7805a858d1
* | | | | lxc: 4.0.8 -> 4.0.9Mario Rodas2021-05-05
| | | | |
* | | | | Merge pull request #121498 from Atemu/update/linux_lqxSandro2021-05-05
|\ \ \ \ \ | | | | | | | | | | | | linux_lqx: 5.11.16 -> 5.11.18
| * | | | | linux_lqx: 5.11.16 -> 5.11.18Atemu2021-05-04
| | | | | |
* | | | | | Merge pull request #121266 from blanky0230/tuxedo-keyboard-updateMaximilian Bosch2021-05-05
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | tuxedo-keyboard: 2019-08-26 -> v3.0.5
| * | | | | tuxedo-keyboard: 2019-08-26 -> v3.0.5thomas.blank2021-05-02
| | | | | |
* | | | | | busybox: Add a fix for CVE-2021-28831 (#121578)Tethys Svensson2021-05-03
| | | | | |
* | | | | | Merge pull request #120966 from r-ryantm/auto-update/cifs-utilsSandro2021-05-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | cifs-utils: 6.12 -> 6.13
| * | | | | | cifs-utils: 6.12 -> 6.13R. RyanTM2021-04-28
| | | | | | |
* | | | | | | Merge pull request #121544 from petabyteboy/feature/bpftoolsAustin Seipp2021-05-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | bpftools: build bpf_asm, bpf_dbg
| * | | | | | | bpftools: build bpf_asm, bpf_dbgMilan Pässler2021-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I needed some other bpf-related tools located in the kernel source tree, so I hijacked the bpftool package, renamed it to bpftools and added those programs.
* | | | | | | | Merge pull request #121466 from marsam/update-lxcMario Rodas2021-05-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | lxc: 4.0.7 -> 4.0.8
| * | | | | | | | lxc: 4.0.7 -> 4.0.8Mario Rodas2021-05-01
| | | | | | | | |
* | | | | | | | | kernel: clarify licenseAtemu2021-05-02
|/ / / / / / / /
* | | | | | | | lxcfs: 4.0.7 -> 4.0.8R. RyanTM2021-05-01
| | | | | | | |
* | | | | | | | Merge pull request #120633 from r-ryantm/auto-update/android-udev-rulesLuke Granger-Brown2021-05-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | android-udev-rules: 20210302 -> 20210425
| * | | | | | | | android-udev-rules: 20210302 -> 20210425R. RyanTM2021-04-25
| | | | | | | | |
* | | | | | | | | Merge pull request #120647 from r-ryantm/auto-update/conkyLuke Granger-Brown2021-05-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | conky: 1.12.1 -> 1.12.2
| * | | | | | | | | conky: 1.12.1 -> 1.12.2R. RyanTM2021-04-25
| |/ / / / / / / /
* | | | | | | | | Merge pull request #121295 from marsam/update-lxcMario Rodas2021-04-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | lxc: 4.0.6 -> 4.0.7
| * | | | | | | | | lxc: 4.0.6 -> 4.0.7Mario Rodas2021-04-30
| | | | | | | | | |
* | | | | | | | | | rtl88xxau-aircrack: fc0194 -> c0ce81Glowpelt2021-04-30
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Linux Kernel 5.8 or about there broke the previous version of this driver.
* | | | | | | | | Merge pull request #119562 from symphorien/fusermountsetuidGuillaume Girol2021-04-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | fuse: fix mount.fuse -o setuid=...
| * | | | | | | | | fuse: fix mount.fuse -o setuid=...Symphorien Gibol2021-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when mounting a fuse fs by fstab on can write: /nix/store/sdlflj/bin/somefuseexe#argument /mountpoint fuse setuid=someuser mount is run by root, and setuid is a way to tell mount.fuse to run somefuseexe as someuser instead. Under the hood, mount.fuse uses su. The problem is that mount is run by systemd in a seemingly very empty environment not containing /run/current-system/sw/bin nor /run/wrappers/bin in $PATH, so mount fails with "su command not found". We now patch the command to run su with an absolute path. man mount.fuse3 indicates that this option is reserved to root (or with enough capabilities) so not using /run/wrappers/bin/su is thus correct. It has the very small advantage of possibly working on non nixos.
* | | | | | | | | | Merge pull request #121166 from timothyklim/masterSandro2021-04-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nvidia-x11: 460.27.04 -> 465.27
| * | | | | | | | | | nvidia-x11: 460.27.04 -> 465.27Timothy Klim2021-04-30
| | | | | | | | | | |
* | | | | | | | | | | sof-firmware: 1.6 -> 1.7 (#121181)Henri Menke2021-04-30
| |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #120861 from saschagrunert/oci-seccomp-bpf-hookSandro2021-04-30
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | linuxPackages.oci-seccomp-bpf-hook: 1.2.2 -> 1.2.3
| * | | | | | | | | linuxPackages.oci-seccomp-bpf-hook: 1.2.2 -> 1.2.3Sascha Grunert2021-04-27
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
* | | | | | | | | Merge pull request #121033 from Radvendii/libgnurx-staticSandro2021-04-30
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libgnurx: output libgnurx.a when static
| * | | | | | | | | libgnurx: output libgnurx.a when staticTaeer Bar-Yam2021-04-28
| |/ / / / / / / /
* | | | | | | | | Merge pull request #121170 from samuelgrf/add-mainProgram-to-packagesSandro2021-04-30
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | lm_sensors: add meta.mainProgramSamuel Gräfenstein2021-04-29
| |/ / / / / / /
* | | | | | | | linux/hardened/patches/5.4: 5.4.113-hardened1 -> 5.4.114-hardened1Tim Steinbach2021-04-28
| | | | | | | |