Nevermind, it doesn't build. I don't care this much.

This commit is contained in:
niten 2021-12-09 09:46:47 -08:00
parent 813ba34cde
commit 9b9c76044d
1 changed files with 1 additions and 9 deletions

View File

@ -19,15 +19,7 @@ in {
};
kernelModules = [ "kvm-amd" ];
kernelPackages = pkgs.linuxPackages_latest.extend (final: prev: {
xpadneo = prev.xpadneo.overrideAttrs (attrs: rec {
src = pkgs.fetchgit {
url = "https://github.com/atar-axis/xpadneo.git";
rev = "cf392a7c93e05d76b6d3befc5b70e19e894f6823";
sha256 = "1ak8n3xfp1bc5j8nb6yyw809gr41w0nizsa35lajrn3nqp4r2n6b";
};
});
});
kernelPackages = pkgs.linuxPackages_latest;
# kernelPatches = [{
# name = "big-navi";