aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index d2e3a07..48ae045 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,7 +11,10 @@
in with pkgs; {
devShell = mkShell {
buildInputs = [
- psmisc
+ esbuild
+ nodePackages.typescript
+ psmisc # fuser
+ python3
watchexec
];
};