aboutsummaryrefslogtreecommitdiff
path: root/root/nix/devshell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'root/nix/devshell.nix')
-rw-r--r--root/nix/devshell.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/root/nix/devshell.nix b/root/nix/devshell.nix
index 6c1dc29..98131e4 100644
--- a/root/nix/devshell.nix
+++ b/root/nix/devshell.nix
@@ -20,7 +20,11 @@
inputsFrom = [ self.devShells."${system}".common ];
packages = [
+ # keep-sorted start
+ (pkgs.python3.withPackages (ps: [ ps.git-filter-repo ]))
+ pkgs.ty
treefmt
+ # keep-sorted end
];
shellHook = ''
export TREEFMT_WORKING_DIR="$("${pkgs.git}/bin/git" rev-parse --show-toplevel)"