Nevermind, it doesn't build. I don't care this much.
This commit is contained in:
parent
813ba34cde
commit
9b9c76044d
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue