asdfjk;lasdfjkl;

This commit is contained in:
Sakooooo 2024-02-05 14:17:36 +04:00
parent 7fd7464dff
commit 40c0bd93fa
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -2,9 +2,7 @@
inputs, inputs,
config, config,
... ...
}: let }: {
nvidiaDriverPackage = config.boot.kernelPackages.nvidiaPackages.stable;
in {
# This one brings our custom packages from the 'pkgs' directory # This one brings our custom packages from the 'pkgs' directory
additions = final: _prev: import ../packages {pkgs = final;}; additions = final: _prev: import ../packages {pkgs = final;};
@ -30,14 +28,6 @@ in {
dwm = prev.dwm.overrideAttrs (old: { dwm = prev.dwm.overrideAttrs (old: {
src = ../config/dwm; src = ../config/dwm;
}); });
nvidiaDriverPackage = prev.nvidiaDriverPackage.overrideAttrs (old: {
patches = [
(prev.fetchpatch {
url = "https://github.com/gentoo/gentoo/raw/c64caf53/x11-drivers/nvidia-drivers/files/nvidia-drivers-470.223.02-gpl-pfn_valid.patch";
hash = "sha256-eZiQQp2S/asE7MfGvfe6dA/kdCvek9SYa/FFGp24dVg=";
})
];
});
}; };
# lmao when did i add this # lmao when did i add this