-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: fd04c3afbbd6
head repository: NixOS/nixpkgs-channels
compare: 16a3d75f5e47
Commits on Jul 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 86e3208 - Browse repository at this point
Copy the full SHA 86e3208View commit details
Commits on Oct 1, 2019
-
Remove the "version" parameter in order to make it more widely available. Starts making some kernel configuration helpers available. The intent is to be able to better build and check the linux kernel configuration.
Configuration menu - View commit details
-
Copy full SHA for afa0e02 - Browse repository at this point
Copy the full SHA afa0e02View commit details -
lib.kernel: scoped whenXXX helpers
whenAtLeast/whenBetween are made available in lib/kernel.nix but are now scoped under whenXXX.
Configuration menu - View commit details
-
Copy full SHA for a4fe469 - Browse repository at this point
Copy the full SHA a4fe469View commit details
Commits on Jan 28, 2020
-
nixos/dovecot: add an option to enable mail_plugins
Motivation: if enableQuota is true, mail plugins cannot be enabled in extraConfig because of the problem described here: https://doc.dovecot.org/configuration_manual/config_file/config_file_syntax/#variable-expansion doveconf: Warning: /etc/dovecot/dovecot.conf line 8: Global setting mail_plugins won't change the setting inside an earlier filter at /etc/dovecot/dovecot.conf line 5 (if this is intentional, avoid this warning by moving the global setting before /etc/dovecot/dovecot.conf line 5)
Configuration menu - View commit details
-
Copy full SHA for 0da7a14 - Browse repository at this point
Copy the full SHA 0da7a14View commit details -
Update nixos/modules/services/mail/dovecot.nix
Co-Authored-By: Léo Gaspard <github@leo.gaspard.ninja>
Configuration menu - View commit details
-
Copy full SHA for 56f9c51 - Browse repository at this point
Copy the full SHA 56f9c51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a40ced - Browse repository at this point
Copy the full SHA 7a40cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2832122 - Browse repository at this point
Copy the full SHA 2832122View commit details
Commits on Feb 14, 2020
-
nixos/btrfs: make autoScrub not prevent shutdown or suspend
Fixes: #79086 #79017
Configuration menu - View commit details
-
Copy full SHA for 5359d90 - Browse repository at this point
Copy the full SHA 5359d90View commit details
Commits on Feb 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9879184 - Browse repository at this point
Copy the full SHA 9879184View commit details -
nixos/activation: propagate system to nested configurations
The current behavior lets `system` default to `builtins.currentSystem`. The system value specified to `eval-config.nix` has very low precedence, so this should compose properly. Fixes #80806
Configuration menu - View commit details
-
Copy full SHA for b83164a - Browse repository at this point
Copy the full SHA b83164aView commit details
Commits on Mar 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9382357 - Browse repository at this point
Copy the full SHA 9382357View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f394a - Browse repository at this point
Copy the full SHA 43f394aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39c1774 - Browse repository at this point
Copy the full SHA 39c1774View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1237f5 - Browse repository at this point
Copy the full SHA b1237f5View commit details
Commits on Mar 5, 2020
-
nixos/activation: use eval-config's system argument for nesting
This avoids a possible surprise if the user is using `nixpkgs.system` and `nesting.children`. `nesting.children` is expected to ignore all parent configuration so we shouldn't propagate the user-facing option `nixpkgs.system`. To avoid doing so, we introduce a new internal option for holding the value passed to eval-config.nix, and use that when recursing for nesting.
Configuration menu - View commit details
-
Copy full SHA for ce41677 - Browse repository at this point
Copy the full SHA ce41677View commit details
Commits on Mar 7, 2020
-
nixos/networking: Add hostFiles option
When blocklists are built with a derivation, using extraHosts would require IFD, since the result of the derivation needs to be converted to a string again. By introducing this option no IFD is needed for such use-cases, since the fetched files can be assigned directly.
Configuration menu - View commit details
-
Copy full SHA for ec6e4db - Browse repository at this point
Copy the full SHA ec6e4dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1906320 - Browse repository at this point
Copy the full SHA 1906320View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64ee425 - Browse repository at this point
Copy the full SHA 64ee425View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88d5b00 - Browse repository at this point
Copy the full SHA 88d5b00View commit details
Commits on Mar 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b81f725 - Browse repository at this point
Copy the full SHA b81f725View commit details
Commits on Mar 9, 2020
-
btrfs-dedupe: remove broken and abandoned package
This package was last released in 2017, and no longer compiles with the latest Rust compiler. It has just 1 commit from someone other than the original author and appears to be a dead project.
Configuration menu - View commit details
-
Copy full SHA for 27a0a13 - Browse repository at this point
Copy the full SHA 27a0a13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98bd9f5 - Browse repository at this point
Copy the full SHA 98bd9f5View commit details -
Also install paperwork-shell and desktop file
Configuration menu - View commit details
-
Copy full SHA for cb9c6a7 - Browse repository at this point
Copy the full SHA cb9c6a7View commit details -
python3Packages.pyinsane2: remove
It is only used for paperwork and is now unmaintained.
Configuration menu - View commit details
-
Copy full SHA for 99dfc57 - Browse repository at this point
Copy the full SHA 99dfc57View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab021ff - Browse repository at this point
Copy the full SHA ab021ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d300d4 - Browse repository at this point
Copy the full SHA 0d300d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccc502f - Browse repository at this point
Copy the full SHA ccc502fView commit details
Commits on Mar 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bcb40a5 - Browse repository at this point
Copy the full SHA bcb40a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52068db - Browse repository at this point
Copy the full SHA 52068dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1968755 - Browse repository at this point
Copy the full SHA 1968755View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac184e3 - Browse repository at this point
Copy the full SHA ac184e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for acba458 - Browse repository at this point
Copy the full SHA acba458View commit details -
nginxModules.fastcgi-cache-purge: 2.3 -> 2.5
switch to a fork that seems sort of alive
Configuration menu - View commit details
-
Copy full SHA for 0aec2cd - Browse repository at this point
Copy the full SHA 0aec2cdView commit details
Commits on Mar 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1115959 - Browse repository at this point
Copy the full SHA 1115959View commit details -
nixos/networkd: respect systemd.network.links also with disabled syst…
…emd-networkd This mirrors the behaviour of systemd - It's udev that parses `.link` files, not `systemd-networkd`.
Configuration menu - View commit details
-
Copy full SHA for 36ef112 - Browse repository at this point
Copy the full SHA 36ef112View commit details -
nixos/zerotierone: switch from manually generating the .link file to …
…use the module Previously, systemd.network.links was only respected with networkd enabled, but it's really udev taking care of links, no matter if networkd is enabled or not. With our module fixed, there's no need to manually manage the text file anymore.
Configuration menu - View commit details
-
Copy full SHA for 3d1079a - Browse repository at this point
Copy the full SHA 3d1079aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ec473f - Browse repository at this point
Copy the full SHA 8ec473fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93a0ec6 - Browse repository at this point
Copy the full SHA 93a0ec6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ed91d2 - Browse repository at this point
Copy the full SHA 3ed91d2View commit details -
Thomaz Leite committed
Mar 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 063795f - Browse repository at this point
Copy the full SHA 063795fView commit details -
hobbes: init at unstable-2020-03-10
Thomaz Leite committedMar 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 704e604 - Browse repository at this point
Copy the full SHA 704e604View commit details
Commits on Mar 12, 2020
-
gitlab: update script: unset GOROOT
or vgo2nix might not be able to resolve some dependencies.
Configuration menu - View commit details
-
Copy full SHA for d2061f0 - Browse repository at this point
Copy the full SHA d2061f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab3b836 - Browse repository at this point
Copy the full SHA ab3b836View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d0c3f1 - Browse repository at this point
Copy the full SHA 1d0c3f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccb9995 - Browse repository at this point
Copy the full SHA ccb9995View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19fdac2 - Browse repository at this point
Copy the full SHA 19fdac2View commit details -
lib.callPackages(With): guard against a repeated mistake
For example see the parent commit.
Configuration menu - View commit details
-
Copy full SHA for b63f684 - Browse repository at this point
Copy the full SHA b63f684View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d543ca - Browse repository at this point
Copy the full SHA 4d543caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03fb78e - Browse repository at this point
Copy the full SHA 03fb78eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6914a5 - Browse repository at this point
Copy the full SHA f6914a5View commit details
There are no files selected for viewing