diff options
Diffstat (limited to 'repo/default.nix')
| -rw-r--r-- | repo/default.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/repo/default.nix b/repo/default.nix new file mode 100644 index 0000000..d8da3fe --- /dev/null +++ b/repo/default.nix @@ -0,0 +1,11 @@ +{ + imports = [ + ./checks.nix + ./ci.nix + ./shell.nix + ]; + + perSystem = {pkgs, ...}: { + formatter = pkgs.alejandra; + }; +} |
