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