-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 5f8bf63a3ba2
head repository: NixOS/nixpkgs-channels
compare: afb035a32b18
Commits on Mar 17, 2020
-
nixos/alertmanager: start after the network-online target
If the host network stack is slow to start, the alertmanager fails to start with this error message: caller=main.go:256 msg="unable to initialize gossip mesh" err="create memberlist: Failed to get final advertise address: No private IP address found, and explicit IP not provided" This bug can be reproduced by shutting down the network stack and restarting the alertmanager. Note I don't know why I didn't hit this issue with previous alertmanager releases.
Configuration menu - View commit details
-
Copy full SHA for 39621bb - Browse repository at this point
Copy the full SHA 39621bbView commit details
Commits on Mar 25, 2020
-
nixos/initrd-ssh: switch from Dropbear to OpenSSH
Dropbear lags behind OpenSSH significantly in both support for modern key formats like `ssh-ed25519`, let alone the recently-introduced U2F/FIDO2-based `sk-ssh-ed25519@openssh.com` (as I found when I switched my `authorizedKeys` over to it and promptly locked myself out of my server's initrd SSH, breaking reboots), as well as security features like multiprocess isolation. Using the same SSH daemon for stage-1 and the main system ensures key formats will always remain compatible, as well as more conveniently allowing the sharing of configuration and host keys. The main reason to use Dropbear over OpenSSH would be initrd space concerns, but NixOS initrds are already large (17 MiB currently on my server), and the size difference between the two isn't huge (the test's initrd goes from 9.7 MiB to 12 MiB with this change). If the size is still a problem, then it would be easy to shrink sshd down to a few hundred kilobytes by using an initrd-specific build that uses musl and disables things like Kerberos support. This passes the test and works on my server, but more rigorous testing and review from people who use initrd SSH would be appreciated!
Configuration menu - View commit details
-
Copy full SHA for d930466 - Browse repository at this point
Copy the full SHA d930466View commit details
Commits on Mar 27, 2020
-
go: propagate target build dependencies correctly
When using strict deps we have to use depsTargetTargetPropagated as go is added as a nativeBuildInputs to our build.
Configuration menu - View commit details
-
Copy full SHA for 0bba747 - Browse repository at this point
Copy the full SHA 0bba747View commit details -
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packa…
Configuration menu - View commit details
-
Copy full SHA for 066db11 - Browse repository at this point
Copy the full SHA 066db11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 870a6e2 - Browse repository at this point
Copy the full SHA 870a6e2View commit details
Commits on Mar 28, 2020
-
python3Packages.apache-airflow: no-op cleanups to drv file
Consistently indent with 2 spaces and cleanup the meta by quoting it for NixOS/rfcs#45
Configuration menu - View commit details
-
Copy full SHA for a4a00ca - Browse repository at this point
Copy the full SHA a4a00caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49e252a - Browse repository at this point
Copy the full SHA 49e252aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f146d5f - Browse repository at this point
Copy the full SHA f146d5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c85ed2 - Browse repository at this point
Copy the full SHA 3c85ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63749d8 - Browse repository at this point
Copy the full SHA 63749d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c646a56 - Browse repository at this point
Copy the full SHA c646a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d0a977 - Browse repository at this point
Copy the full SHA 0d0a977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 808909d - Browse repository at this point
Copy the full SHA 808909dView commit details -
Configuration menu - View commit details
-
Copy full SHA for af2e41c - Browse repository at this point
Copy the full SHA af2e41cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 698ec44 - Browse repository at this point
Copy the full SHA 698ec44View commit details -
python38Packages.zetup: fix build
Currently fails to build on python 3.8 due to an overly restrictive version bound. ZHF: #80379 CC @NixOS/nixos-release-managers
Configuration menu - View commit details
-
Copy full SHA for a65e052 - Browse repository at this point
Copy the full SHA a65e052View commit details -
pythonPackages.effect: fix build by marking py3 only
Upstream only supports python >= 3.6: https://github.com/python-effect/effect/#effect CC @NixOS/nixos-release-managers ZHF: #80379
Configuration menu - View commit details
-
Copy full SHA for 3b7b98c - Browse repository at this point
Copy the full SHA 3b7b98cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cc44b7 - Browse repository at this point
Copy the full SHA 9cc44b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e41b6 - Browse repository at this point
Copy the full SHA d5e41b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0df2d9f - Browse repository at this point
Copy the full SHA 0df2d9fView commit details -
Merge pull request #83573 from bhipple/f/effect
pythonPackages.effect: fix build by marking py3 only
Configuration menu - View commit details
-
Copy full SHA for 702b89f - Browse repository at this point
Copy the full SHA 702b89fView commit details -
Merge pull request #83555 from bhipple/clean/airflow
python3Packages.apache-airflow: no-op cleanups to drv file
Configuration menu - View commit details
-
Copy full SHA for 55c5aa5 - Browse repository at this point
Copy the full SHA 55c5aa5View commit details -
Merge pull request #83568 from bhipple/rm/torch
treewide: remove torch and related packages
Configuration menu - View commit details
-
Copy full SHA for 2b1f4f3 - Browse repository at this point
Copy the full SHA 2b1f4f3View commit details -
Merge pull request #83570 from bhipple/fix/zetup
python38Packages.zetup: fix build
Configuration menu - View commit details
-
Copy full SHA for 1495eb3 - Browse repository at this point
Copy the full SHA 1495eb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d237744 - Browse repository at this point
Copy the full SHA d237744View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa2cd3e - Browse repository at this point
Copy the full SHA aa2cd3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2cfb31 - Browse repository at this point
Copy the full SHA b2cfb31View commit details -
Merge pull request #83475 from Mic92/node2nix
nodePackages: use node2nix from git
Configuration menu - View commit details
-
Copy full SHA for 375d1fa - Browse repository at this point
Copy the full SHA 375d1faView commit details -
Merge pull request #82866 from Mic92/home-assistant
home-assistant: 0.106.6 -> 0.107.7
Configuration menu - View commit details
-
Copy full SHA for dc0d459 - Browse repository at this point
Copy the full SHA dc0d459View commit details -
Merge pull request #83472 from Mic92/propragate-darwin-go
Propragate darwin go
Configuration menu - View commit details
-
Copy full SHA for 774ddeb - Browse repository at this point
Copy the full SHA 774ddebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d03aa - Browse repository at this point
Copy the full SHA 42d03aaView commit details -
Merge pull request #82603 from emilazy/nixos-initrd-openssh
nixos/initrd-ssh: switch from Dropbear to OpenSSH
Configuration menu - View commit details
-
Copy full SHA for 5626cb9 - Browse repository at this point
Copy the full SHA 5626cb9View commit details -
Merge pull request #82808 from nlewo/fix-alertmanager
nixos/alertmanager: start after the network-online target
Configuration menu - View commit details
-
Copy full SHA for afb035a - Browse repository at this point
Copy the full SHA afb035aView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.