This repository was archived by the owner on Apr 12, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 104
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 394dfe911291
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bfc68f778a7a
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 6 files changed
- 6 contributors
Commits on Jun 14, 2019
-
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/znc/versions (cherry picked from commit 8419ae5)
Configuration menu - View commit details
-
Copy full SHA for 3deecf1 - Browse repository at this point
Copy the full SHA 3deecf1View commit details
Commits on Jun 16, 2019
-
Merge #63131: thunderbird*: 60.7.0 -> 60.7.1 (security)
(cherry picked from commit 5480234)
Configuration menu - View commit details
-
Copy full SHA for 8992980 - Browse repository at this point
Copy the full SHA 8992980View commit details -
Fixes NixOS/nixpkgs#61961 Close NixOS/nixpkgs#63190 vcunat amended some nitpicks into the original commit. (cherry picked from commit 3aa8f94)
Configuration menu - View commit details
-
Copy full SHA for 152d76d - Browse repository at this point
Copy the full SHA 152d76dView commit details -
Merge pull request #63141 from tokudan/release-19.03-znc173
znc: 1.7.2 -> 1.7.3 Security, 19.03
Configuration menu - View commit details
-
Copy full SHA for 2509881 - Browse repository at this point
Copy the full SHA 2509881View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2df2efc - Browse repository at this point
Copy the full SHA 2df2efcView commit details -
nixos-generate-config: add support for bcache
Add "bcache" to boot.initrd.availableKernelModules if a bcache device is detected. This fixes a problem I've had one too many times: I install NixOS and forget to add "bcache", resulting in an unbootable machine (until fixed with Live CD). Now NixOS will do it for me. (cherry picked from commit 4755811)
Configuration menu - View commit details
-
Copy full SHA for 1fd2806 - Browse repository at this point
Copy the full SHA 1fd2806View commit details -
nixos-generate-config: don't generate swapDevices for *files*
Up until now, the output has been the same for swap devices and swap files: { device = "/var/swapfile"; } Whereas for swap *files* it's easier to manage them declaratively in configuration.nix: { device = "/var/swapfile"; size = 8192; } (NixOS will create the swapfile, and later resize it, if the size attribute is changed.) With the assumption that swap files are specified in configuration.nix, it's silly to output them to hardware-configuration.nix. (cherry picked from commit 9e45f6f)
Configuration menu - View commit details
-
Copy full SHA for f8ebfd5 - Browse repository at this point
Copy the full SHA f8ebfd5View commit details -
nixos-generate-config: add dm-snapshot module if LVM is detected
Without this, the system becomes unbootable if the user creates a LVM snapshot and reboots. Fixes NixOS/nixpkgs#33646 (The same kind of problem was fixed in RHEL a few years back: https://bugzilla.redhat.com/show_bug.cgi?id=1287940) (cherry picked from commit 4213e48)
Configuration menu - View commit details
-
Copy full SHA for 4f65275 - Browse repository at this point
Copy the full SHA 4f65275View commit details -
nixos-generate-config: don't emit tmpfs entry for /tmp
Because it most likely comes from the boot.tmpOnTmpfs option in configuration.nix (managed declaratively). (cherry picked from commit 8f551be)
Configuration menu - View commit details
-
Copy full SHA for bfc68f7 - Browse repository at this point
Copy the full SHA bfc68f7View commit details
There are no files selected for viewing
Large diffs are not rendered by default.