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/Nixpkgs.nix | |
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/Nixpkgs.nix')
-rw-r--r-- | Omni/Bild/Nixpkgs.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Omni/Bild/Nixpkgs.nix b/Omni/Bild/Nixpkgs.nix index c4934ce..fb9a6b1 100644 --- a/Omni/Bild/Nixpkgs.nix +++ b/Omni/Bild/Nixpkgs.nix @@ -25,6 +25,7 @@ let (import ./Haskell.nix) # backport newer packages from unstable (_: _: {unstable = nixos-unstable-small.pkgs;}) + (import "${sources.nvidia-patch-nixos}/overlay.nix") ]; nixos-unstable-small = |