mirror of
https://github.com/wlcx/nix-templates.git
synced 2026-07-04 02:53:12 +01:00
6 lines
116 B
Nix
6 lines
116 B
Nix
{ pkgs, ... }: {
|
|
projectRootFile = "flake.nix";
|
|
programs.nixfmt.enable = true;
|
|
programs.ruff.enable = true;
|
|
}
|