move things around

This commit is contained in:
LavaDesu 2021-05-26 21:05:59 +07:00
parent 63b9b81ebe
commit c9f0f903a3
Signed by: cilly
GPG key ID: 6500251E087653C9
26 changed files with 9 additions and 8 deletions

View file

@ -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";

View file

@ -7,6 +7,6 @@ self: super: {
rev = "b90e0c4e7cea9acc2c9e89bc4afe873086bbd8a1";
sha256 = "11adhgd8zavz4c9yzj0m5570fq7wv6am2wq4j9xkz2655fw2412l";
};
patches = [ ./winetricks.patch ];
patches = [ ./misc/winetricks.patch ];
});
}