-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 2ef110ae64a9
head repository: NixOS/nixpkgs-channels
compare: 2d55f9c01a20
- 19 commits
- 16 files changed
- 9 contributors
Commits on Mar 11, 2020
-
nixos/captive-browser: set chromium's data-dir to a XDG-compliant loc…
…ation To quote the XDG specification: There is a single base directory relative to which user-specific data files should be written. This directory is defined by the\ environment variable $XDG_DATA_HOME. Rather than adding another directory to $HOME, I think that it's better to follow this standard to avoid a cluttered home-dir.
Configuration menu - View commit details
-
Copy full SHA for f073b74 - Browse repository at this point
Copy the full SHA f073b74View commit details
Commits on Mar 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 05cc2b1 - Browse repository at this point
Copy the full SHA 05cc2b1View commit details
Commits on Apr 4, 2020
-
nixos/systemd-nspawn: disallow multiple packages with
.nspawn
-unitsIn contrast to `.service`-units, it's not possible to declare an `overrides.conf`, however this is done by `generateUnits` for `.nspawn` units as well. This change breaks the build if you have two derivations configuring one nspawn unit. This will happen in a case like this: ``` nix { pkgs, ... }: { systemd.packages = [ (pkgs.writeTextDir "etc/systemd/nspawn/container0.nspawn" '' [Files] Bind=/tmp '') ]; systemd.nspawn.container0 = { /* ... */ }; } ```
Configuration menu - View commit details
-
Copy full SHA for a9e3ec1 - Browse repository at this point
Copy the full SHA a9e3ec1View commit details
Commits on Apr 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e443f9f - Browse repository at this point
Copy the full SHA e443f9fView commit details
Commits on Apr 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for da9feeb - Browse repository at this point
Copy the full SHA da9feebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e60f30 - Browse repository at this point
Copy the full SHA 4e60f30View commit details
Commits on Apr 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2a19a03 - Browse repository at this point
Copy the full SHA 2a19a03View commit details -
Merge pull request #83872 from bachp/unifi-5.12.66
unifiStable: 5.12.35 -> 5.12.66
Configuration menu - View commit details
-
Copy full SHA for 55e3272 - Browse repository at this point
Copy the full SHA 55e3272View commit details -
tig: fix tig-completion's dependency on __git_complete
tig recently updated it's bash-completion making it depend on __git-complete from git. Becase __git-complete is not automatically sourced tig bash completion fails. Also this PR makes tig completion load on-demand.
Configuration menu - View commit details
-
Copy full SHA for f57da8e - Browse repository at this point
Copy the full SHA f57da8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3553f1 - Browse repository at this point
Copy the full SHA e3553f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37fe88e - Browse repository at this point
Copy the full SHA 37fe88eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7c3c3f - Browse repository at this point
Copy the full SHA b7c3c3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da253a - Browse repository at this point
Copy the full SHA 2da253aView commit details -
Merge pull request #85233 from romildo/upd.humanity-icon-theme
humanity-icon-theme: init at 0.6.15
Configuration menu - View commit details
-
Copy full SHA for cfa1718 - Browse repository at this point
Copy the full SHA cfa1718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10c0352 - Browse repository at this point
Copy the full SHA 10c0352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 433ea74 - Browse repository at this point
Copy the full SHA 433ea74View commit details -
Merge pull request #85114 from r-ryantm/auto-update/offlineimap
offlineimap: 7.3.2 -> 7.3.3
Configuration menu - View commit details
-
Copy full SHA for 8c50c43 - Browse repository at this point
Copy the full SHA 8c50c43View commit details -
Merge pull request #82339 from Ma27/captive-browser-xdg
nixos/captive-browser: set chromium's data-dir to a XDG-compliant location
Configuration menu - View commit details
-
Copy full SHA for 70ecf83 - Browse repository at this point
Copy the full SHA 70ecf83View commit details -
Merge pull request #84266 from Ma27/nspawn-overrides
nixos/systemd-nspawn: disallow multiple packages with `.nspawn`-units
Configuration menu - View commit details
-
Copy full SHA for 2d55f9c - Browse repository at this point
Copy the full SHA 2d55f9cView 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 2ef110ae64a9...2d55f9c01a20