-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 65edeb8633de
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ab0a828662c4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
65
contributors
Commits on Oct 5, 2018
-
nixos manual: releases workflow improvements
- `git push --tags` is too dangerous (pushes all your tags)
Configuration menu - View commit details
-
Copy full SHA for dd82f6c - Browse repository at this point
Copy the full SHA dd82f6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f43e5f - Browse repository at this point
Copy the full SHA 4f43e5fView commit details
Commits on Oct 27, 2019
-
Merge branch 'master' into release-docs
It's been a very long time, so I think a merge will be better than a rebase. There was only one simple conflict.
Configuration menu - View commit details
-
Copy full SHA for d9c5d58 - Browse repository at this point
Copy the full SHA d9c5d58View commit details
Commits on Oct 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 384e59a - Browse repository at this point
Copy the full SHA 384e59aView commit details
Commits on Nov 1, 2019
-
ec2/create-amis.sh: register root device as /dev/xvda
For the case of blkfront drives, there appears to be no difference between /dev/sda1 and /dev/xvda: the drive always appears as the kernel device /dev/xvda. For the case of nvme drives, the root device typically appears as /dev/nvme0n1. Amazon provides the 'ec2-utils' package for their first party linux ("Amazon Linux"), which configures udev to create symlinks from the provided name to the nvme device name. This name is communicated through nvme "Identify Controller" response, which can be inspected with: nvme id-ctrl --raw-binary /dev/nvme0n1 | cut -c3073-3104 | hexdump -C On Amazon Linux, where the device is attached as "/dev/xvda", this creates: - /dev/xvda -> nvme0n1 - /dev/xvda1 -> nvme0n1p1 On NixOS where the device is attach as "/dev/sda1", this creates: - /dev/sda1 -> nvme0n1 - /dev/sda11 -> nvme0n1p1 This is odd, but not inherently a problem. NixOS unconditionally configures grub to install to `/dev/xvda`, which fails on an instance using nvme storage. With the root device name set to xvda, both blkfront and nvme drives are accessible as /dev/xvda, either directly or by symlink.
Configuration menu - View commit details
-
Copy full SHA for bd61216 - Browse repository at this point
Copy the full SHA bd61216View commit details
Commits on Nov 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0d691d1 - Browse repository at this point
Copy the full SHA 0d691d1View commit details
Commits on Nov 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 57a9ba0 - Browse repository at this point
Copy the full SHA 57a9ba0View commit details
Commits on Nov 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fb8eaec - Browse repository at this point
Copy the full SHA fb8eaecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 747086b - Browse repository at this point
Copy the full SHA 747086bView commit details
Commits on Nov 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c8cf552 - Browse repository at this point
Copy the full SHA c8cf552View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed56d04 - Browse repository at this point
Copy the full SHA ed56d04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 774e88c - Browse repository at this point
Copy the full SHA 774e88cView commit details
Commits on Nov 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e6d9478 - Browse repository at this point
Copy the full SHA e6d9478View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f2e7e8 - Browse repository at this point
Copy the full SHA 4f2e7e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45c1be7 - Browse repository at this point
Copy the full SHA 45c1be7View commit details
Commits on Nov 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ca76436 - Browse repository at this point
Copy the full SHA ca76436View commit details
Commits on Nov 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f880347 - Browse repository at this point
Copy the full SHA f880347View commit details
Commits on Nov 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 82b0f74 - Browse repository at this point
Copy the full SHA 82b0f74View commit details -
tests/systemd-networkd-wireguard: migrate to
make-test-python
Updating `systemd-networkd-wireguard` to use the python test runner. This change was purely syntactic. This migration did not require any semantic change.
Configuration menu - View commit details
-
Copy full SHA for fe12d5d - Browse repository at this point
Copy the full SHA fe12d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8549294 - Browse repository at this point
Copy the full SHA 8549294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57a6c3b - Browse repository at this point
Copy the full SHA 57a6c3bView commit details
Commits on Nov 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bfbba00 - Browse repository at this point
Copy the full SHA bfbba00View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebe1d6d - Browse repository at this point
Copy the full SHA ebe1d6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b35f92b - Browse repository at this point
Copy the full SHA b35f92bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12eb4c3 - Browse repository at this point
Copy the full SHA 12eb4c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a8e159 - Browse repository at this point
Copy the full SHA 0a8e159View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8967713 - Browse repository at this point
Copy the full SHA 8967713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cc2870 - Browse repository at this point
Copy the full SHA 6cc2870View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc993f0 - Browse repository at this point
Copy the full SHA cc993f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dbcd8f - Browse repository at this point
Copy the full SHA 1dbcd8fView commit details -
nixos/nextcloud: add occ in path of nextcloud-setup
This makes possible to use nextcloud-occ for setting extra configuration options. Example: systemd.services.nextcloud-setup = { script = mkAfter '' nextcloud-occ config:system:set redis 'host' --value '/var/run/redis/redis.sock' --type string nextcloud-occ config:system:set redis 'port' --value 0 --type integer ''; };
Configuration menu - View commit details
-
Copy full SHA for 4ea4408 - Browse repository at this point
Copy the full SHA 4ea4408View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58a0a9e - Browse repository at this point
Copy the full SHA 58a0a9eView commit details
Commits on Nov 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4baf277 - Browse repository at this point
Copy the full SHA 4baf277View commit details -
https://www.nlnetlabs.nl/news/2019/Jul/26/ldns-1.7.1-released/ * examples no longer can be configured separately, so build everything we want in a single go and sort into the appropriate outputs after. * libtool file doesn't seem to reference openssl at all so nothing to patch up there as we did previously.
Configuration menu - View commit details
-
Copy full SHA for dc9e2c3 - Browse repository at this point
Copy the full SHA dc9e2c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9c19f4 - Browse repository at this point
Copy the full SHA d9c19f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7adf662 - Browse repository at this point
Copy the full SHA 7adf662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b77265 - Browse repository at this point
Copy the full SHA 2b77265View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2bc9da - Browse repository at this point
Copy the full SHA f2bc9daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1447158 - Browse repository at this point
Copy the full SHA 1447158View commit details -
Configuration menu - View commit details
-
Copy full SHA for 211850c - Browse repository at this point
Copy the full SHA 211850cView commit details -
https://ftp.gnome.org/pub/GNOME/sources/orca/3.34/orca-3.34.1.news Also format with nixpkgs-fmt.
Configuration menu - View commit details
-
Copy full SHA for cce5926 - Browse repository at this point
Copy the full SHA cce5926View commit details -
python2.pkgs.google-auth-httplib2: disable tests
============================= test session starts ============================== platform linux2 -- Python 2.7.17, pytest-4.6.6, py-1.8.0, pluggy-0.13.0 rootdir: /build/google-auth-httplib2-0.0.3 plugins: localserver-0.5.0 collected 0 items / 1 errors ==================================== ERRORS ==================================== _____________ ERROR collecting tests/test_google_auth_httplib2.py ______________ ImportError while importing test module '/build/google-auth-httplib2-0.0.3/tests/test_google_auth_httplib2.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/test_google_auth_httplib2.py:20: in <module> import google_auth_httplib2 google_auth_httplib2.py:21: in <module> from google.auth import exceptions E ImportError: No module named google.auth
Configuration menu - View commit details
-
Copy full SHA for 52e9198 - Browse repository at this point
Copy the full SHA 52e9198View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb1681 - Browse repository at this point
Copy the full SHA 4fb1681View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77e6622 - Browse repository at this point
Copy the full SHA 77e6622View commit details -
The main news is that GNOME Online Accounts are no longer used so if one wants to back up to Google Drive, they need to install Duplicity with PyDrive support. The credentials should be migrated automatically. https://gitlab.gnome.org/World/deja-dup/blob/40.4/NEWS.md#anchor-404
Configuration menu - View commit details
-
Copy full SHA for 6bddcf4 - Browse repository at this point
Copy the full SHA 6bddcf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b11829 - Browse repository at this point
Copy the full SHA 5b11829View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f4c78 - Browse repository at this point
Copy the full SHA a7f4c78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f3b037 - Browse repository at this point
Copy the full SHA 7f3b037View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec9cf57 - Browse repository at this point
Copy the full SHA ec9cf57View commit details -
Merge pull request #73704 from romildo/upd.softmaker-office
freeoffice: 971 -> 973
Configuration menu - View commit details
-
Copy full SHA for d9a6c04 - Browse repository at this point
Copy the full SHA d9a6c04View commit details
There are no files selected for viewing