All checks were successful
/ check (push) Successful in 1m28s
Move flake-modules to modules2 so they are automatically imported by import-tree.
7 lines
91 B
Nix
7 lines
91 B
Nix
{
|
|
perSystem =
|
|
{ pkgs, ... }:
|
|
{
|
|
formatter = pkgs.nixfmt-rfc-style;
|
|
};
|
|
}
|