diff options
| author | vkcku <[email protected]> | 2026-06-01 20:39:06 +0530 |
|---|---|---|
| committer | vkcku <[email protected]> | 2026-06-01 20:39:06 +0530 |
| commit | 849fa5b012d71eb0b8e3510127f5817a9f0e1aa7 (patch) | |
| tree | 3c41f7449b71c619b17272684eb9b15aad82f2cd /root/nix/devshell.nix | |
| parent | infra: create monorepo-public repo if needed (diff) | |
root: add script to push to public monorepo
monorepo-revid: a185caa6046909e6a4a04114a2876052555af252
Diffstat (limited to 'root/nix/devshell.nix')
| -rw-r--r-- | root/nix/devshell.nix | 4 |
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)" |
