Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
In order to avoid clash with external overlays that use the name `source`.
|
|
This reverts commit 4685e6f1a218c930dc364e6b5a4477766dfc9e0c, reversing
changes made to f99e3f27140c45813a2ecfaf226911988ec0d817.
Let's undo the undo first
|
|
This reverts commit 01f7c8a1a317171a5a1b84086e955e0c28900523.
It broke NixOS config evaluation, as in
https://github.com/NixOS/nixpkgs/pull/324199#issuecomment-2212422318.
|
|
This commit merely deletes the old directory, creates the new files in the new
location and rewrite the overrides.
The whole change needs to be made "atomically", since it is not pratical to
create intermediate steps that compile cleanly.
|
|
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
|
|
|
|
This PR refactor CUDA setup hooks, and in particular
autoAddOpenGLRunpath and autoAddCudaCompatRunpathHook, that were using a
lot of code in common (in fact, I introduced the latter by copy pasting
most of the bash script of the former). This is not satisfying for
maintenance, as a recent patch showed, because we need to duplicate
changes to both hooks.
This commit abstract the common part in a single shell script that
applies a generic patch action to every elf file in the output. For
autoAddOpenGLRunpath the action is just addOpenGLRunpath (now
addDriverRunpath), and is few line function for
autoAddCudaCompatRunpathHook.
Doing so, we also takes the occasion to use the newer addDriverRunpath
instead of the previous addOpenGLRunpath, and rename the CUDA hook to
reflect that as well.
Co-Authored-By: Connor Baker <connor.baker@tweag.io>
|
|
|
|
|
|
|
|
Tools to work with the feeds (vulnerabilities, CPE dictionary etc.) distributed by National Vulnerability Databas
https://github.com/facebookincubator/nvdtools
|
|
|