From c50fd2357d893794b2109417638ca44c7d8f1a07 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 21 Jan 2025 15:25:25 -0500 Subject: 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. --- Omni/Bild/Nixpkgs.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'Omni/Bild/Nixpkgs.nix') 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 = -- cgit v1.2.3