-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs
base: 5b8d5f23f87d
head repository: NixOS/nixpkgs
compare: a0691103480f
Commits on Dec 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f8f0db2 - Browse repository at this point
Copy the full SHA f8f0db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e9c3ff - Browse repository at this point
Copy the full SHA 7e9c3ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bd0caf - Browse repository at this point
Copy the full SHA 9bd0cafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2722142 - Browse repository at this point
Copy the full SHA 2722142View commit details
Commits on Dec 10, 2020
-
ungoogled-chromium: Merge back into chromium
I used nix-instantiate to verify that the derivations for chromium and ungoogled-chromium remain unchanged (only the meta attributes change slightly as I added myself as ungoogled-chromium to receive notifications for PRs/issues).
Configuration menu - View commit details
-
Copy full SHA for 2b6b434 - Browse repository at this point
Copy the full SHA 2b6b434View commit details -
ungoogled-chromium: Move ungoogled-src.nix into upstream-info.json
This also adds a dedicated channel for ungoogled-chromium that enables us to update ungoogled-chromium independently of chromium. TODO: Automate ungoogled-chromium updates via update.py (currently it needs to be updated manually). Note: Unfortunately this changes the ungoogled-chromium derivation because common.nix passes the channel as an argument to stdenv.mkDerivation (this makes it more difficult to verify this commit but the result should remain the same).
Configuration menu - View commit details
-
Copy full SHA for 240a8f7 - Browse repository at this point
Copy the full SHA 240a8f7View commit details
Commits on Dec 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 18c386e - Browse repository at this point
Copy the full SHA 18c386eView commit details
Commits on Dec 16, 2020
-
nixos/users-groups: createHome: Ensure HOME permissions, fix description
configuration.nix(1) states users.extraUsers.<name>.createHome [...] If [...] the home directory already exists but is not owned by the user, directory owner and group will be changed to match the user. i.e. ownership would change only if the user mismatched; the code however ignores the owner, it is sufficient to enable `createHome`: if ($u->{createHome}) { make_path($u->{home}, { mode => 0700 }) if ! -e $u->{home}; chown $u->{uid}, $u->{gid}, $u->{home}; } Furthermore, permissions are ignored on already existing directories and therefore may allow others to read private data eventually. Given that createHome already acts as switch to not only create but effectively own the home directory, manage permissions in the same manner to ensure the intended default and cover all primary attributes. Avoid yet another configuration option to have administrators make a clear and simple choice between securely managing home directories and optionally defering management to own code (taking care of custom location, ownership, mode, extended attributes, etc.). While here, simplify and thereby fix misleading documentation.
Configuration menu - View commit details
-
Copy full SHA for 8833983 - Browse repository at this point
Copy the full SHA 8833983View commit details -
vscodium: update script artifact names have changed
The vscodium project is now releasing artifacts with slightly different naming: `VSCodium-darwin-${VSCODIUM_VER}.zip` is now `VSCodium-darwin-x64-${VSCODIUM_VER}.zip`. This is likely due to arrival of the new ARM-based macs. In any case, it does mean that we need to update `update-vscodium.sh` to pull the correct artifact down.
Configuration menu - View commit details
-
Copy full SHA for 551ff76 - Browse repository at this point
Copy the full SHA 551ff76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f30fe - Browse repository at this point
Copy the full SHA 95f30feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23d5784 - Browse repository at this point
Copy the full SHA 23d5784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7113b40 - Browse repository at this point
Copy the full SHA 7113b40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4526fe9 - Browse repository at this point
Copy the full SHA 4526fe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e47b3c0 - Browse repository at this point
Copy the full SHA e47b3c0View commit details
Commits on Dec 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b6c4c3d - Browse repository at this point
Copy the full SHA b6c4c3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d8d8c1 - Browse repository at this point
Copy the full SHA 7d8d8c1View commit details -
Merge pull request #107080 from marsam/update-nushell
nushell: 0.23.0 -> 0.24.1
Configuration menu - View commit details
-
Copy full SHA for a6b2536 - Browse repository at this point
Copy the full SHA a6b2536View commit details -
Merge pull request #107089 from bbigras/wrangler
wrangler: 1.12.2 -> 1.12.3
Configuration menu - View commit details
-
Copy full SHA for ca26ed4 - Browse repository at this point
Copy the full SHA ca26ed4View commit details -
Configuration menu - View commit details
-
Copy full SHA for de94bb4 - Browse repository at this point
Copy the full SHA de94bb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 582abe1 - Browse repository at this point
Copy the full SHA 582abe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2492952 - Browse repository at this point
Copy the full SHA 2492952View commit details -
Configuration menu - View commit details
-
Copy full SHA for 312d836 - Browse repository at this point
Copy the full SHA 312d836View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a42069 - Browse repository at this point
Copy the full SHA 6a42069View commit details -
Configuration menu - View commit details
-
Copy full SHA for 528cdd3 - Browse repository at this point
Copy the full SHA 528cdd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 061ef26 - Browse repository at this point
Copy the full SHA 061ef26View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc949bb - Browse repository at this point
Copy the full SHA bc949bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d67bb - Browse repository at this point
Copy the full SHA 08d67bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eb7cd9 - Browse repository at this point
Copy the full SHA 1eb7cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62f5b92 - Browse repository at this point
Copy the full SHA 62f5b92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59f9db8 - Browse repository at this point
Copy the full SHA 59f9db8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30bfb2f - Browse repository at this point
Copy the full SHA 30bfb2fView commit details -
Merge pull request #106359 from AndersonTorres/wip-dgen
dgen: init at 1.33
Configuration menu - View commit details
-
Copy full SHA for 40705f1 - Browse repository at this point
Copy the full SHA 40705f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c54358f - Browse repository at this point
Copy the full SHA c54358fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb504e - Browse repository at this point
Copy the full SHA 2bb504eView commit details -
Merge pull request #107073 from ryantm/arduino-ci
arduino-ci: 0.1.0 -> 0.2.0
Configuration menu - View commit details
-
Copy full SHA for f654cad - Browse repository at this point
Copy the full SHA f654cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94334e4 - Browse repository at this point
Copy the full SHA 94334e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f01f317 - Browse repository at this point
Copy the full SHA f01f317View commit details -
Merge pull request #106995 from andir/ml2pr/PATCH-nixos-users-groups-…
…createHome-Ensure-HOME-permissions-fix-description nixos/users-groups: createHome: Ensure HOME permissions, fix description
Configuration menu - View commit details
-
Copy full SHA for fa0d499 - Browse repository at this point
Copy the full SHA fa0d499View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fb6fbc - Browse repository at this point
Copy the full SHA 5fb6fbcView commit details -
Merge pull request #107101 from r-ryantm/auto-update/gdm
gnome3.gdm: 3.38.2 -> 3.38.2.1
Configuration menu - View commit details
-
Copy full SHA for d4776f5 - Browse repository at this point
Copy the full SHA d4776f5View commit details -
Merge pull request #106175 from SuperSandro2000/auto-update/python3.7…
…-uproot-methods python37Packages.uproot{,3}-methods: 0.9.1 -> 0.10.0
Configuration menu - View commit details
-
Copy full SHA for 5a6265a - Browse repository at this point
Copy the full SHA 5a6265aView commit details -
Merge pull request #106997 from samuela/patch-2
vscodium: update script artifact names have changed
Configuration menu - View commit details
-
Copy full SHA for 230e0a3 - Browse repository at this point
Copy the full SHA 230e0a3View commit details -
Merge pull request #106475 from primeos/ungoogled-chromium-merge
Merge ungoogled-chromium back into the chromium expressions
Configuration menu - View commit details
-
Copy full SHA for f5944b7 - Browse repository at this point
Copy the full SHA f5944b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c3e8bd - Browse repository at this point
Copy the full SHA 8c3e8bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a069110 - Browse repository at this point
Copy the full SHA a069110View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.