-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 18a7c1df643a
head repository: NixOS/nixpkgs-channels
compare: ee582a32d25d
- 10 commits
- 6 files changed
- 4 contributors
Commits on Sep 23, 2018
-
This makes using the nixos channel work out of the box with the new Nix commands. For example: $ nix run nixos.firefox -c firefox Fixes #46536
Configuration menu - View commit details
-
Copy full SHA for 95f3107 - Browse repository at this point
Copy the full SHA 95f3107View commit details -
kde: add kdoctools to default environment
khelpcenter needs meinproc5 to work properly. Hopefully doesn’t effect closure sizes too much - kdoctools is rather small. Fixes #46539 /cc @ttuegel
Configuration menu - View commit details
-
Copy full SHA for cb52ea4 - Browse repository at this point
Copy the full SHA cb52ea4View commit details -
nixos: make firefox default browser
Without this the graphical installer has no way to open the manual. You can fix it yourself by installing any HTML browser but this might be unfamiliar to users new to NixOS and without any other way to open the manual. The downside is it will also increase download sizes. Fixes #46537
Configuration menu - View commit details
-
Copy full SHA for 9b69671 - Browse repository at this point
Copy the full SHA 9b69671View commit details -
haskellPackages.Frames: use overrideScope instead of override
(cherry picked from commit f1f2c2d3fc74d52f445f08f0f0410d1be586532b)
Configuration menu - View commit details
-
Copy full SHA for 21808ec - Browse repository at this point
Copy the full SHA 21808ecView commit details -
haskellPackages.safe-money-*: use overrideScope instead of override
(cherry picked from commit 2481b366f6ea964889d1010e4159055cef7b5b95)
Configuration menu - View commit details
-
Copy full SHA for d99f352 - Browse repository at this point
Copy the full SHA d99f352View commit details -
haskellPackages.yi-core: use overrideScope instead of override
(cherry picked from commit 2de9705b9fcaa3650ea85a9f5e2aee834948fc8f)
Configuration menu - View commit details
-
Copy full SHA for aeb114f - Browse repository at this point
Copy the full SHA aeb114fView commit details -
haskellPackages.haddock-api: fix build
Also remove haddock-library == 1.4.4 since it's not needed anymore (cherry picked from commit 77c73cc8eb29da2154d2e9087d7efd7fd9af10f9)
Configuration menu - View commit details
-
Copy full SHA for fa3e193 - Browse repository at this point
Copy the full SHA fa3e193View commit details
Commits on Sep 24, 2018
-
rmilter: move rmilter.sock out of /run/rmilter
/run/rmilter is set by systemd, and have root:root ownership, which prevent pid file to write. This fix suggested to be promoted to 18.09 branch. (Although rmilter itself is deprecated, and I plan to remove it, after 18.09 would be released) (cherry picked from commit 08f2664)
Configuration menu - View commit details
-
Copy full SHA for 1a159fe - Browse repository at this point
Copy the full SHA 1a159feView commit details -
(cherry picked from commit 868040e)
Configuration menu - View commit details
-
Copy full SHA for 4307b37 - Browse repository at this point
Copy the full SHA 4307b37View commit details -
NIX_PATH: don't prepend $HOME-based value in session variable, set later
environment.sessionVariables cannot refer to the values of env vars, and as a result this has caused problems in a variety of scenarios. One use for these is that they're injected into /etc/profile, elewhere these are used to populate an 'envfile' for pam (`pam 5 pam_env.conf`) which mentions use of HOME being potentially problematic. Anyway if the goal is to make things easier for users, simply do the NIX_PATH modification as extraInit. This fixes the annoying problems generated by the current approach (#40165 and others) while hopefully serving the original goal. One way to check if things are borked is to try: $ sudo env | grep NIX_PATH Which (before this change) prints NIX_PATH variable with an unexpanded $HOME in the value. ------- This does mean the following won't contain user channels for 'will': $ sudo -u will nix-instantiate --eval -E builtins.nixPath However AFAICT currently they won't be present either, due to unescaped $HOME. Unsure if similar situation for other users of sessionVariables (not sudo) work with current situation (if they exist they will regress after this change AFAIK). (cherry picked from commit fa67ca15430e96b9d165972552403be6b3f4817e)
Configuration menu - View commit details
-
Copy full SHA for ee582a3 - Browse repository at this point
Copy the full SHA ee582a3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 18a7c1df643a...ee582a32d25d