diff options
author | Ben Sima <ben@bsima.me> | 2025-01-21 15:25:25 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-01-21 15:25:25 -0500 |
commit | c50fd2357d893794b2109417638ca44c7d8f1a07 (patch) | |
tree | fdedbcca3574f3458575d7119ff89ac760959af1 /Omni/Bild/Sources.json | |
parent | ef1f2a3caf9f2224bf5dddd04bd0c70e299db5e2 (diff) |
Incorporate nvidia-patch
OBS wouldn't allow me to stream because there was something wrong with `nvenc`,
which I guess is the nvidia encoding library? Anyway searching around I found
this nvidia-patch overlay and it fixed it right away, so that's cool.
Diffstat (limited to 'Omni/Bild/Sources.json')
-rw-r--r-- | Omni/Bild/Sources.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Omni/Bild/Sources.json b/Omni/Bild/Sources.json index 14abe06..5d3706d 100644 --- a/Omni/Bild/Sources.json +++ b/Omni/Bild/Sources.json @@ -158,6 +158,18 @@ "url": "https://github.com/nixos/nixpkgs/archive/a5e6a9e979367ee14f65d9c38119c30272f8455f.tar.gz", "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" }, + "nvidia-patch-nixos": { + "branch": "main", + "description": "nvidia-patch for NixOS", + "homepage": null, + "owner": "icewind1991", + "repo": "nvidia-patch-nixos", + "rev": "bb8ac52eff4c4e8df0a18ab444263f2619d0d25a", + "sha256": "100msi82dwfhvph8hpss104gfmi9mfpasyi344dzyv6dk7fs6n0c", + "type": "tarball", + "url": "https://github.com/icewind1991/nvidia-patch-nixos/archive/bb8ac52eff4c4e8df0a18ab444263f2619d0d25a.tar.gz", + "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" + }, "outlines": { "branch": "main", "description": "Generative Model Programming", |