diff --git a/machines/perception/configuration.nix b/machines/perception/configuration.nix index a8f5bf9..639944f 100644 --- a/machines/perception/configuration.nix +++ b/machines/perception/configuration.nix @@ -64,7 +64,6 @@ inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.vaapiIntel inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.libvdpau-va-gl inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.vaapiVdpau - inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.intel-ocl ]; }; # Newer kernel @@ -84,7 +83,6 @@ inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.vaapiIntel inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.libvdpau-va-gl inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.vaapiVdpau - inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.intel-ocl ]; }); };