From 8165419a928cea64fdee17b825141917faa6ebd3 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 9 Apr 2023 02:38:46 -0400 Subject: [PATCH] enfreeening --- machines/perception/configuration.nix | 2 -- 1 file changed, 2 deletions(-) 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 ]; }); };