-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: c70840206ac1
head repository: NixOS/nixpkgs-channels
compare: 1459b34afa99
Commits on Feb 26, 2020
-
python3Packages.ipykernel: fix build on darwin
Also python34 is not supported: ipython/ipykernel@979e6fd nixpkgs doesn't provide python34 anymore, so pythonOlder "3.5" is always true and can be removed.
Configuration menu - View commit details
-
Copy full SHA for d35009e - Browse repository at this point
Copy the full SHA d35009eView commit details
Commits on Mar 1, 2020
-
iterm2: 3.0.14 -> 3.3.9 & fix build
Thibault Gagnaux committedMar 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 917b088 - Browse repository at this point
Copy the full SHA 917b088View commit details -
Corrects comment:
build-use-chroot
is the same assandbox
.Thibault Gagnaux committedMar 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 655dff2 - Browse repository at this point
Copy the full SHA 655dff2View commit details
Commits on Mar 2, 2020
-
Add a cage module to nixos. This can be used to make kiosk-style systems that boot directly to a single application. The user (demo by default) is automatically logged in by this service and the program (xterm by default) is automatically started. This is useful for some embedded, single-user systems where we want automatic booting. To keep the system secure, the user should have limited privileges. Based on the service provided in the Cage wiki here: https://github.com/Hjdskes/cage/wiki/Starting-Cage-on-boot-with-systemd Co-Authored-By: Florian Klink <flokli@flokli.de>
Configuration menu - View commit details
-
Copy full SHA for e0e4d59 - Browse repository at this point
Copy the full SHA e0e4d59View commit details
Commits on Mar 3, 2020
-
pythonPackages.digital-ocean: 1.13.2 -> 1.15.0
updated to newest version (1.13.2 was released ~2.25 years ago). switched to fetchFromGitHub to enable tests. added kiwi to maintainers. formatted with nixpkgs-fmt
Configuration menu - View commit details
-
Copy full SHA for 8653b7a - Browse repository at this point
Copy the full SHA 8653b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 017926a - Browse repository at this point
Copy the full SHA 017926aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a52923 - Browse repository at this point
Copy the full SHA 2a52923View commit details -
This was missed in NixOS/nixpkgs#80594. Also re-enable tests.
Configuration menu - View commit details
-
Copy full SHA for 54d984f - Browse repository at this point
Copy the full SHA 54d984fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dc2771 - Browse repository at this point
Copy the full SHA 4dc2771View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa2546f - Browse repository at this point
Copy the full SHA fa2546fView commit details -
Merge pull request #80940 from veprbl/pr/ipykernel_darwin_fix2
python3Packages.ipykernel: fix build on darwin
Configuration menu - View commit details
-
Copy full SHA for 344d914 - Browse repository at this point
Copy the full SHA 344d914View commit details -
Merge pull request #81443 from tricktron/iterm2-fix
iterm2: 3.0.14 -> 3.3.9 & fix build
Configuration menu - View commit details
-
Copy full SHA for 4c945ee - Browse repository at this point
Copy the full SHA 4c945eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a250de - Browse repository at this point
Copy the full SHA 3a250deView commit details -
python3Packages.monosat: Fix hash
PR #81562 inadvertently broke these builds
Configuration menu - View commit details
-
Copy full SHA for 3db82f6 - Browse repository at this point
Copy the full SHA 3db82f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 511ebca - Browse repository at this point
Copy the full SHA 511ebcaView commit details -
Merge pull request #81554 from ianmjones/snippetpixie-update-1.3.1
snippetpixie: 1.2.2 -> 1.3.1
Configuration menu - View commit details
-
Copy full SHA for 1bb8a2b - Browse repository at this point
Copy the full SHA 1bb8a2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e881138 - Browse repository at this point
Copy the full SHA e881138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 407be0a - Browse repository at this point
Copy the full SHA 407be0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d8a200 - Browse repository at this point
Copy the full SHA 7d8a200View commit details -
In order to build gitaly, this locally overrides the version of libgit2, since gitaly is not compatible with the latest version.
Configuration menu - View commit details
-
Copy full SHA for facef28 - Browse repository at this point
Copy the full SHA facef28View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2bb523 - Browse repository at this point
Copy the full SHA f2bb523View commit details -
gitlab-shell: Change name from gitlab-shell-go to gitlab-shell
This is left over from when gitlab-shell had a ruby part and a go part. The ruby part is now gone, so let's call the go part gitlab-shell.
Configuration menu - View commit details
-
Copy full SHA for a3b2828 - Browse repository at this point
Copy the full SHA a3b2828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17721d3 - Browse repository at this point
Copy the full SHA 17721d3View commit details -
bundlerEnv: Add option to copy gem files instead of symlinking
The way ruby loads gems and keeps track of their paths seems to not always work very well when the gems are accessed through symlinks. Ruby will then complain that the same files are loaded multiple times; it relies on the file's full path to determine whether the file is loaded or not. This adds an option to simply copy all gem files into the environment instead, which gets rid of this issue, but may instead result in major file duplication.
Configuration menu - View commit details
-
Copy full SHA for affcf9b - Browse repository at this point
Copy the full SHA affcf9bView commit details -
gitaly: Copy gem files into bundler env instead of symlinking
This fixes issue #79374, where gitaly prints warning messages on the client side when running push or fetch.
Configuration menu - View commit details
-
Copy full SHA for 74769b6 - Browse repository at this point
Copy the full SHA 74769b6View commit details -
Merge pull request #81616 from jtojnar/gom-update
gom: 0.3.3 → 0.4
Configuration menu - View commit details
-
Copy full SHA for c5590dd - Browse repository at this point
Copy the full SHA c5590ddView commit details -
Merge pull request #81217 from Kiwi/python-digitalocean-1.15.0
pythonPackages.digital-ocean: 1.13.2 -> 1.15.0
Configuration menu - View commit details
-
Copy full SHA for 539706c - Browse repository at this point
Copy the full SHA 539706cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1459b34 - Browse repository at this point
Copy the full SHA 1459b34View commit details
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.