summaryrefslogtreecommitdiff
path: root/home/ebisu/nara/programs/analysis.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/ebisu/nara/programs/analysis.nix')
-rw-r--r--home/ebisu/nara/programs/analysis.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/home/ebisu/nara/programs/analysis.nix b/home/ebisu/nara/programs/analysis.nix
deleted file mode 100644
index 98d1657..0000000
--- a/home/ebisu/nara/programs/analysis.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ pkgs, ... }:
-{
- home.packages = with pkgs; [
- nixfmt-rfc-style
- shfmt
- shellcheck
- mdformat
- treefmt
- ];
-}