-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: aa440d87866d
head repository: NixOS/nixpkgs-channels
compare: 0c6fb79dd70d
Commits on Apr 5, 2019
-
nixos/printing: fix CUPS
SetEnv
directive placementWith CUPS v2.3b5, the configuration directive `SetEnv` moved from `cupsd.conf` to `cups-files.conf`. See also apple/cups@d47f6ae . We have to follow up as `SetEnv` is now ignored in `cupsd.conf`. Without this, executables called by cups can't find other executables they depend on, like `gs` or `perl`.
Configuration menu - View commit details
-
Copy full SHA for 631c71d - Browse repository at this point
Copy the full SHA 631c71dView commit details
Commits on May 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4588661 - Browse repository at this point
Copy the full SHA 4588661View commit details
Commits on May 7, 2019
-
nixos/plasma5: Remove phonon-backend-gstreamer pinned to Qt 5.6
Adds closure size for seemingly no reason
Configuration menu - View commit details
-
Copy full SHA for d5887ec - Browse repository at this point
Copy the full SHA d5887ecView commit details
Commits on May 13, 2019
-
nixos/desktop-managers: let them work when 'services.xserver.enable =…
… false' they can be used by remote desktop software, without X11 running locally
volth committedMay 13, 2019 Configuration menu - View commit details
-
Copy full SHA for ac6875d - Browse repository at this point
Copy the full SHA ac6875dView commit details -
nixos/desktop-managers: let them work when services.xserver.enable=false
volth authoredMay 13, 2019 Configuration menu - View commit details
-
Copy full SHA for b51aae1 - Browse repository at this point
Copy the full SHA b51aae1View commit details
Commits on May 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bec3cfa - Browse repository at this point
Copy the full SHA bec3cfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0c125a - Browse repository at this point
Copy the full SHA d0c125aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1191069 - Browse repository at this point
Copy the full SHA 1191069View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba96e40 - Browse repository at this point
Copy the full SHA ba96e40View commit details
Commits on May 24, 2019
-
mautrix-telegram: patch away alembic dependency
`alembic`[1] is a database migration tool which is invoked from the CLI when installing the telegram bridge, but never needed during the runtime. The reason why `alembic` is required here is to ensure that it exists in the Python environment when deploying the bridge. However `alembic` requires `mautrix-telegram` in its environment to create a database schema from the Python models. Such a dependency relation may be possible with tools like virtualenv, however it'll result in an infinite recursion at evaluation time in Nix. With this patch, `mautrix-telegram` doesn't depend on `alembic` anymore and provides a patched alembic (`pkgs.mautrix-telegram.alembic`) which has `mautrix-telegram` in its path. [1] https://alembic.sqlalchemy.org/en/latest/
Configuration menu - View commit details
-
Copy full SHA for 0a94f89 - Browse repository at this point
Copy the full SHA 0a94f89View commit details
Commits on May 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c9d1a0d - Browse repository at this point
Copy the full SHA c9d1a0dView commit details
Commits on May 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for aadd2a6 - Browse repository at this point
Copy the full SHA aadd2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0f6972 - Browse repository at this point
Copy the full SHA f0f6972View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94b155a - Browse repository at this point
Copy the full SHA 94b155aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d4bfca - Browse repository at this point
Copy the full SHA 7d4bfcaView commit details -
rofi-pass: refactor add new optional dependency pass-otp
Rofi-pass as of a year ago added support for OTP passwords. This dependency is "optional" but extremely nice to have as a default. https://github.com/carnager/rofi-pass#requirements
Configuration menu - View commit details
-
Copy full SHA for 2623df3 - Browse repository at this point
Copy the full SHA 2623df3View commit details
Commits on May 30, 2019
-
nixos/malloc: apply allocator settings to systemd units
This uses systemd's system.conf/user.conf "DefaultEnvironment" feature to set the allocator's LD_PRELOAD near-globally.
Configuration menu - View commit details
-
Copy full SHA for 9e60eab - Browse repository at this point
Copy the full SHA 9e60eabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63fd414 - Browse repository at this point
Copy the full SHA 63fd414View commit details -
Merge pull request #61116 from mmlb/add-gitstatus
gitAndTools.gitstatus: init at 20190506
Configuration menu - View commit details
-
Copy full SHA for 3213c6c - Browse repository at this point
Copy the full SHA 3213c6cView commit details -
Merge pull request #62199 from dtzWill/update/dedup-2.0
dedup: 1.0 -> 2.0
Configuration menu - View commit details
-
Copy full SHA for 65a73e0 - Browse repository at this point
Copy the full SHA 65a73e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ed2f02 - Browse repository at this point
Copy the full SHA 0ed2f02View commit details -
Merge pull request #62218 from costrouc/rofi-pass-new-dependency
rofi-pass: refactor add new optional dependency pass-otp
Configuration menu - View commit details
-
Copy full SHA for 479d161 - Browse repository at this point
Copy the full SHA 479d161View commit details -
Merge pull request #62238 from delroth/hardened-alloc-systemwide
nixos/malloc: apply allocator settings to systemd units
Configuration menu - View commit details
-
Copy full SHA for b0500aa - Browse repository at this point
Copy the full SHA b0500aaView commit details -
Merge pull request #59519 from Ma27/improve-mautrix-telegram
mautrix-telegram: patch away alembic dependency
Configuration menu - View commit details
-
Copy full SHA for 5949838 - Browse repository at this point
Copy the full SHA 5949838View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7530108 - Browse repository at this point
Copy the full SHA 7530108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 205e488 - Browse repository at this point
Copy the full SHA 205e488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 198afad - Browse repository at this point
Copy the full SHA 198afadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 144a031 - Browse repository at this point
Copy the full SHA 144a031View commit details -
Merge pull request #62250 from Mic92/ccls
ccls: 0.20190301 -> 0.20190314.1
Configuration menu - View commit details
-
Copy full SHA for ecb9930 - Browse repository at this point
Copy the full SHA ecb9930View commit details -
firefoxPackages.tor-browser: 8.0.9 -> 8.5.0
Actually, more like -> 8.5.0.1 as this version is made against the branch with the pending fixup patch applied.
Configuration menu - View commit details
-
Copy full SHA for c4962cd - Browse repository at this point
Copy the full SHA c4962cdView commit details -
The problem with stacking chrootenv before was that CLONE_NEWUSER cannot be used when a child uses chroot. So instead of that we use pivot_root which replaces root in the whole namespace. This requires our new root to be an actual fs so we mount tmpfs.
Configuration menu - View commit details
-
Copy full SHA for e0d3bc2 - Browse repository at this point
Copy the full SHA e0d3bc2View commit details -
* Remove unused argument from pivot_root; * Factor out tmpdir creation into a separate function; * Remove unused fstype from bind mount; * Use unlink instead of a treewalk to remove empty temporary directory.
Configuration menu - View commit details
-
Copy full SHA for 7664ffb - Browse repository at this point
Copy the full SHA 7664ffbView commit details -
chrootenv: propagate nested chrootenv /host
To avoid symlink loops to /host in nested chrootenvs we need to remove one level of indirection. This is also what's generally expected of /host contents.
Configuration menu - View commit details
-
Copy full SHA for 06f27dc - Browse repository at this point
Copy the full SHA 06f27dcView commit details -
murmur service: log to journald by default
Save an option to log to file with new `logFile` option. As a side effect deprecate `pidfile` option and instead use systemd's RuntimeDirectory.
Configuration menu - View commit details
-
Copy full SHA for f23c110 - Browse repository at this point
Copy the full SHA f23c110View commit details -
Merge pull request #61740 from abbradar/nested-chrootenv
Support nested user chrootenv environments
Configuration menu - View commit details
-
Copy full SHA for 6723d59 - Browse repository at this point
Copy the full SHA 6723d59View commit details -
Merge pull request #62257 from oxij/pkgs/tor-browser-85
firefoxPackages.tor-browser: 8.0.9 -> 8.5.0
Configuration menu - View commit details
-
Copy full SHA for b5ca236 - Browse repository at this point
Copy the full SHA b5ca236View commit details -
Merge pull request #62246 from Izorkin/fix-datadog
datadog-agent: fix sha256 sum
Configuration menu - View commit details
-
Copy full SHA for 0ced576 - Browse repository at this point
Copy the full SHA 0ced576View commit details -
Merge pull request #59076 from Yarny0/cups-path-fix
nixos/printing: fix CUPS `SetEnv` directive placement
Configuration menu - View commit details
-
Copy full SHA for 38fdc9f - Browse repository at this point
Copy the full SHA 38fdc9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c074fc - Browse repository at this point
Copy the full SHA 2c074fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f093847 - Browse repository at this point
Copy the full SHA f093847View commit details -
Merge pull request #61423 from volth/de-xrdp
nixos/desktop-managers: let them work when 'services.xserver.enable = false'
Configuration menu - View commit details
-
Copy full SHA for b64b2b5 - Browse repository at this point
Copy the full SHA b64b2b5View commit details -
Merge pull request #61104 from adisbladis/plasma5-no-qt56
nixos/plasma5: Remove phonon-backend-gstreamer pinned to Qt 5.6
Configuration menu - View commit details
-
Copy full SHA for a472b14 - Browse repository at this point
Copy the full SHA a472b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f20b10 - Browse repository at this point
Copy the full SHA 5f20b10View commit details -
Merge pull request #62264 from Synthetica9/thefuck329
thefuck: 3.28 -> 3.29
Configuration menu - View commit details
-
Copy full SHA for 19195b2 - Browse repository at this point
Copy the full SHA 19195b2View commit details
Commits on May 31, 2019
-
python37Packages.eve: 0.8.1 -> 0.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-eve/versions
Configuration menu - View commit details
-
Copy full SHA for 14cf7cf - Browse repository at this point
Copy the full SHA 14cf7cfView commit details -
Merge pull request #61896 from r-ryantm/auto-update/python3.7-Eve
python37Packages.eve: 0.8.1 -> 0.9
Configuration menu - View commit details
-
Copy full SHA for d0ad25a - Browse repository at this point
Copy the full SHA d0ad25aView commit details -
hash has been changed since initial commit: https://hydra.nixos.org/build/93668775
Configuration menu - View commit details
-
Copy full SHA for 67abc01 - Browse repository at this point
Copy the full SHA 67abc01View commit details -
Merge pull request #62197 from dtzWill/update/agave-10
agave: 009 -> v10
Configuration menu - View commit details
-
Copy full SHA for a5d19a2 - Browse repository at this point
Copy the full SHA a5d19a2View commit details -
Merge pull request #62195 from dtzWill/update/mno-1.0
mno16: init at 1.0
Configuration menu - View commit details
-
Copy full SHA for 9a0cc07 - Browse repository at this point
Copy the full SHA 9a0cc07View commit details -
Merge pull request #62186 from dtzWill/update/firejail-0.9.60
firejail: 0.9.58.2 -> 0.9.60
Configuration menu - View commit details
-
Copy full SHA for 8bc2cb9 - Browse repository at this point
Copy the full SHA 8bc2cb9View commit details
There are no files selected for viewing