refactor: remove unnecessary changes

This commit is contained in:
atheeq-rhxn 2026-01-17 01:25:35 +05:30
parent c0abfaefc8
commit 66f51fc3f6
15 changed files with 486 additions and 129 deletions

View file

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