-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 0dfdfc263d18
head repository: NixOS/nixpkgs-channels
compare: f0da3b5e94ab
Commits on Nov 27, 2019
-
docker-container: Remove /etc symlink
The system output usually contains a symlink from /etc to the static configuration for the benefit of the stage-1 script in the initrd. The stage-2 script is usually started in the real root without such a symlink. In a container, there is no stage-1 and the system output is used directly as a real root. If the symlink is present, setup-etc.pl will create a symlink cycle and the system cannot boot. There is no reason for the /etc link to exist in a container because setup-etc.pl will create the necessary files. The container module will now remove the /etc symlink and create an empty directory. The empty /etc is for container managers to populate it with site-specific settings; for example, to set the hostname. This is required to boot NixOS in an LXC container on another host. See also: #9735
Configuration menu - View commit details
-
Copy full SHA for 757c7f3 - Browse repository at this point
Copy the full SHA 757c7f3View commit details
Commits on Mar 12, 2020
-
this adds support for ap-east-1 and eu-north-1 regions as well. Fixes: NixOS/infra#105
Configuration menu - View commit details
-
Copy full SHA for 33b8f5d - Browse repository at this point
Copy the full SHA 33b8f5dView commit details
Commits on Apr 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e546afa - Browse repository at this point
Copy the full SHA e546afaView commit details
Commits on Apr 14, 2020
-
trivial-builders: Sanitize derivation name
This then supports using functions like writeShellScriptBin with script names that would be invalid as derivation names
Configuration menu - View commit details
-
Copy full SHA for c60e559 - Browse repository at this point
Copy the full SHA c60e559View commit details
Commits on Apr 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for df495e3 - Browse repository at this point
Copy the full SHA df495e3View commit details
Commits on Apr 16, 2020
-
common-updater-scripts: add mark-broken script
Milan Pässler committedApr 16, 2020 Configuration menu - View commit details
-
Copy full SHA for b74be13 - Browse repository at this point
Copy the full SHA b74be13View commit details
Commits on Apr 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 20f37a4 - Browse repository at this point
Copy the full SHA 20f37a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee030b1 - Browse repository at this point
Copy the full SHA ee030b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0de970 - Browse repository at this point
Copy the full SHA d0de970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bc9f24 - Browse repository at this point
Copy the full SHA 7bc9f24View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1f5ac4 - Browse repository at this point
Copy the full SHA c1f5ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb6948 - Browse repository at this point
Copy the full SHA 9bb6948View commit details -
Configuration menu - View commit details
-
Copy full SHA for a33ce7e - Browse repository at this point
Copy the full SHA a33ce7eView commit details
Commits on Apr 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6a4b7e5 - Browse repository at this point
Copy the full SHA 6a4b7e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41a95b1 - Browse repository at this point
Copy the full SHA 41a95b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cd48c1 - Browse repository at this point
Copy the full SHA 0cd48c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59cea9d - Browse repository at this point
Copy the full SHA 59cea9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 540bbf4 - Browse repository at this point
Copy the full SHA 540bbf4View commit details
Commits on Apr 24, 2020
-
The package was marked as broken for 3 years, there were no upstream updates for 8 years, and the program requires third party services that don't provide APIs to work. I think it's safe to say that this program is not going to work.
Configuration menu - View commit details
-
Copy full SHA for 409f575 - Browse repository at this point
Copy the full SHA 409f575View commit details -
lapack: fix darwin library identifiers
The build system already sets these properly to the absolute path so no need to patch the libraries on darwin. $ otool -D result/lib/liblapacke.dylib result/lib/liblapacke.dylib: /nix/store/k88gy5s765yn3dc5ws3jbykyvklm7z96-openblas-0.3.8/lib/libopenblasp-r0.3.8.dylib Fixes #85713
Configuration menu - View commit details
-
Copy full SHA for 5ae928e - Browse repository at this point
Copy the full SHA 5ae928eView commit details -
aspell, tla: use HTTPS instead of FTP
ftp.gnu.org intends to disable the FTP protocol for downloads on this server, and strongly recommends using https instead.
Configuration menu - View commit details
-
Copy full SHA for 295475a - Browse repository at this point
Copy the full SHA 295475aView commit details -
gnome3.mutter334: 3.34.4 -> 3.34.5, backports
Backports gnome-3-34 patches as well
Configuration menu - View commit details
-
Copy full SHA for fc9ae04 - Browse repository at this point
Copy the full SHA fc9ae04View commit details -
Merge pull request #85897 from NickHu/remarkable-toolchain
remarkable-toolchain: init at 1.8-23.9.2019
Configuration menu - View commit details
-
Copy full SHA for 5fcbdc6 - Browse repository at this point
Copy the full SHA 5fcbdc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb4e52 - Browse repository at this point
Copy the full SHA eeb4e52View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee5cba2 - Browse repository at this point
Copy the full SHA ee5cba2View commit details -
Merge pull request #85970 from NixOS/revert-85892-ibus-db
Revert "ibus: fix dconf db installation"
Configuration menu - View commit details
-
Copy full SHA for cf2e613 - Browse repository at this point
Copy the full SHA cf2e613View commit details -
Merge pull request #85337 from petabyteboy/feature/mark-broken
common-updater-scripts: add mark-broken script
Configuration menu - View commit details
-
Copy full SHA for 05d1546 - Browse repository at this point
Copy the full SHA 05d1546View commit details -
gnome3.updateScript: Add freeze functionality
On stable releases, we will want to change the freeze parameter in pkgs/desktops/gnome-3/update.nix to true to limit the gnome update script to only bump patch versions.
Configuration menu - View commit details
-
Copy full SHA for 974f11c - Browse repository at this point
Copy the full SHA 974f11cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a2fb1 - Browse repository at this point
Copy the full SHA b0a2fb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a66afc - Browse repository at this point
Copy the full SHA 9a66afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c42ac75 - Browse repository at this point
Copy the full SHA c42ac75View commit details -
Merge pull request #85968 from jtojnar/gnome-update-freezer
gnome3.updateScript: Add freeze functionality
Configuration menu - View commit details
-
Copy full SHA for 2c3273c - Browse repository at this point
Copy the full SHA 2c3273cView commit details
Commits on Apr 25, 2020
-
Allow determining the source from a nix-env query to disambiguate which plugin you're using/about to use.
Lisa Ugray authored and Jon committedApr 25, 2020 Configuration menu - View commit details
-
Copy full SHA for e5707f2 - Browse repository at this point
Copy the full SHA e5707f2View commit details -
Lisa Ugray authored and Jon committed
Apr 25, 2020 Configuration menu - View commit details
-
Copy full SHA for dea7a90 - Browse repository at this point
Copy the full SHA dea7a90View commit details -
Merge pull request #85942 from kevinastock/master
Replace ftp with https for ftp.gnu.org
Configuration menu - View commit details
-
Copy full SHA for 719df72 - Browse repository at this point
Copy the full SHA 719df72View commit details -
Merge pull request #85615 from Frostman/prom-2.17.2
prometheus: 2.17.1 -> 2.17.2
Configuration menu - View commit details
-
Copy full SHA for 2083e47 - Browse repository at this point
Copy the full SHA 2083e47View commit details -
Merge pull request #85944 from xfix/remove-slimrat
slimrat: remove
Configuration menu - View commit details
-
Copy full SHA for d17a130 - Browse repository at this point
Copy the full SHA d17a130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35ee9b6 - Browse repository at this point
Copy the full SHA 35ee9b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c0c24b - Browse repository at this point
Copy the full SHA 8c0c24bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 746ee6f - Browse repository at this point
Copy the full SHA 746ee6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc93f12 - Browse repository at this point
Copy the full SHA bc93f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 594b74c - Browse repository at this point
Copy the full SHA 594b74cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 134f200 - Browse repository at this point
Copy the full SHA 134f200View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d73d28 - Browse repository at this point
Copy the full SHA 9d73d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for de9866e - Browse repository at this point
Copy the full SHA de9866eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b77d4 - Browse repository at this point
Copy the full SHA 19b77d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58d59e5 - Browse repository at this point
Copy the full SHA 58d59e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02af438 - Browse repository at this point
Copy the full SHA 02af438View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8998be8 - Browse repository at this point
Copy the full SHA 8998be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f62d1f - Browse repository at this point
Copy the full SHA 4f62d1fView commit details
There are no files selected for viewing
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.