Remove pin for kernel and v4l2
All checks were successful
Run nix flake check / flake-check (push) Successful in 3m24s
Periodic flake update / flake-update (push) Successful in 2m16s

This commit is contained in:
2025-07-06 19:18:46 +02:00
parent ac10729ee8
commit 3d87eed1c1
2 changed files with 3 additions and 14 deletions

View File

@@ -24,8 +24,8 @@
# Bootloader stuff
boot = {
# Kernel stuff
# kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = lib.warn "Pinned to kernel 6.14 due to nvidia issues" pkgs.linuxPackages_6_14;
kernelPackages = pkgs.linuxPackages_latest;
# kernelPackages = lib.warn "Pinned to kernel 6.14 due to nvidia issues" pkgs.linuxPackages_6_14;
kernelParams = [
"quiet"
"splash"

View File

@@ -26,18 +26,7 @@
"v4l2loopback"
];
boot.extraModulePackages = with config.boot.kernelPackages; [
(v4l2loopback.overrideAttrs ({
version = lib.warn "v4l2loopback pinned due to obs issue. Fixed in >31.0.3 of obs-studio" "0.13.2-manual-${kernel.version}";
src = (
pkgs.fetchFromGitHub {
owner = "umlaeute";
repo = "v4l2loopback";
rev = "v0.13.2";
hash = "sha256-rcwgOXnhRPTmNKUppupfe/2qNUBDUqVb3TeDbrP5pnU=";
}
);
}))
v4l2loopback
];
fileSystems."/" = {