mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-04-20 03:41:17 -05:00
10 lines
142 B
Nix
10 lines
142 B
Nix
{ ... }:
|
|
{
|
|
projectRootFile = "flake.nix";
|
|
programs = {
|
|
nixfmt.enable = true;
|
|
black.enable = true;
|
|
shfmt.enable = true;
|
|
};
|
|
}
|