1
0
Fork 0
mirror of https://codeberg.org/icewind/vbsp.git synced 2026-06-03 18:54:05 +02:00

formatting

This commit is contained in:
Robin Appelman 2025-02-15 17:00:20 +01:00
commit 62ea2016af
2 changed files with 6 additions and 5 deletions

View file

@ -10,7 +10,8 @@
inputs.flakelight.follows = "flakelight";
};
};
outputs = { mill-scale, ... }: mill-scale ./. {
extraPaths = [./fuzz ./examples ./benches ./koth_bagel_rc2a.bsp];
};
outputs = {mill-scale, ...}:
mill-scale ./. {
extraPaths = [./fuzz ./examples ./benches ./koth_bagel_rc2a.bsp];
};
}