diff options
| author | seth <[email protected]> | 2024-02-28 06:50:30 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-28 06:50:30 -0500 |
| commit | 62621080f9f97f5dffa889daf1dbc7257ba2cda7 (patch) | |
| tree | 2d43ba122f05a722d25d15274492e666f514756b /repo/default.nix | |
| parent | c8ce9e7c75b65176a1e018d37948a72e55e8d4d1 (diff) | |
move repo stuff to root flake.nix
Diffstat (limited to 'repo/default.nix')
| -rw-r--r-- | repo/default.nix | 11 |
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; - }; -} |
