refactor: cleanup unnecessary changes

This commit is contained in:
atheeq-rhxn 2026-01-17 01:06:11 +05:30
parent c0abfaefc8
commit 7545a705a3
9 changed files with 365 additions and 129 deletions

View file

@ -35,10 +35,6 @@ stdenv.mkDerivation {
(lib.mesonBool "asan" debug)
];
preConfigure = ''
rm -rf build
'';
nativeBuildInputs = [
meson
ninja