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