mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-04 02:54:08 +02:00
formatting
This commit is contained in:
parent
2bb996236e
commit
62ea2016af
2 changed files with 6 additions and 5 deletions
|
|
@ -10,7 +10,8 @@
|
||||||
inputs.flakelight.follows = "flakelight";
|
inputs.flakelight.follows = "flakelight";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
outputs = { mill-scale, ... }: mill-scale ./. {
|
outputs = {mill-scale, ...}:
|
||||||
extraPaths = [./fuzz ./examples ./benches ./koth_bagel_rc2a.bsp];
|
mill-scale ./. {
|
||||||
};
|
extraPaths = [./fuzz ./examples ./benches ./koth_bagel_rc2a.bsp];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue