summary refs log tree commit diff
path: root/pkgs/os-specific/linux/nvidia-x11/persistenced.nix
Commit message (Collapse)AuthorAge
* persistenced: fix evalFrederik Rietdijk2021-01-11
| | | | broken by https://github.com/NixOS/nixpkgs/pull/108978
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* nvidia_x11.persistenced: fix build on masterPhillip Cloud2020-11-06
|
* Revert "linuxPackages.nvidia_x11.persistenced: fix build"Jon2020-10-18
| | | | This reverts commit f98219c519d08d10470b031855fb616d95e95d6c.
* linuxPackages.nvidia_x11.persistenced: fix buildJonathan Ringer2020-10-18
|
* nvidia-x11.vulkan_beta: init at 450.56.11 (#97882)Joe Hermaszewski2020-09-24
| | | | | | | | | - This is fetched from a different URL, so allow passing that explicitly. - There also isn't an nvidia-persistenced or nvidia-settings release for this version, so use 450.57 instead. Also implement passing persistenced and settings version explicitly. Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: remove redundant recvolth2019-08-28
|
* nvidia_x11_beta: stable -> 430.09Edmund Wu2019-04-23
|
* treewide: update homepages to https where availableMatthew Bauer2019-04-15
| | | | | | | | Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
* nvidia-docker: init at 2.0.3Averell Dalton2019-02-27
| | | | | | | | | | nvidia_x11 and persistenced were modified to provide binaries which can be mounted inside a docker-container to be executed there. most ldconfig-based discovery of bundled nvidia libraries is patched out ldconfig itself is patched to be able to deal with patchelf'ed libraries See https://sourceware.org/bugzilla/show_bug.cgi?id=23964
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* linuxPackages.nvidia_x11: build only for x86 LinuxNikolay Amiantov2018-03-27
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* nvidia-x11: switch download urls to httpszraexy2017-04-29
|
* linuxPackages.nvidia_x11: refactor, build more from sourceNikolay Amiantov2017-02-08
* Use libglvnd; * Compile nvidia-settings, nvidia-persistenced from source; * Generalize builder.