diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -11,7 +11,10 @@ in with pkgs; { devShell = mkShell { buildInputs = [ - psmisc + esbuild + nodePackages.typescript + psmisc # fuser + python3 watchexec ]; }; |