move things around
This commit is contained in:
parent
63b9b81ebe
commit
c9f0f903a3
26 changed files with 9 additions and 8 deletions
|
|
@ -23,9 +23,9 @@ self: super: {
|
|||
};
|
||||
in {
|
||||
inherit (super) lib stdenv;
|
||||
version = "${major}.${minor}.${patch}-tkg-Lava";
|
||||
version = "${mmp}-tkg-Lava";
|
||||
allowImportFromDerivation = true;
|
||||
configfile = ./kernel.config;
|
||||
configfile = ./misc/kernel.config;
|
||||
isZen = true;
|
||||
|
||||
src = kernelUrl "linux-${mm}.tar" "1d37w0zvmf8c1l99xvy1hy6p55icjhmbsv7f0amxy2nly1a7pw04";
|
||||
|
|
|
|||
|
|
@ -7,6 +7,6 @@ self: super: {
|
|||
rev = "b90e0c4e7cea9acc2c9e89bc4afe873086bbd8a1";
|
||||
sha256 = "11adhgd8zavz4c9yzj0m5570fq7wv6am2wq4j9xkz2655fw2412l";
|
||||
};
|
||||
patches = [ ./winetricks.patch ];
|
||||
patches = [ ./misc/winetricks.patch ];
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue