aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJoris2023-02-08 10:33:51 +0100
committerJoris2023-02-08 10:33:51 +0100
commit0aa9ef160fe3362a85a6e9b678d1b65756c8e3a0 (patch)
tree7ebbc0ce06ab4c644e1a4045c5cdb6232735a7fc /flake.nix
parent959c28f52e2ac1038f27110c88344fb321ed8e0e (diff)
Filter on read status
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
];
};