about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-06-04 22:46:12 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-06-04 22:46:12 +0200
commitb088a2062a5107043438695f36dbb41a0ae7e60e (patch)
treebd678ef307638d9e9108aa80235ed9cea977d20c /flake.nix
parentMisc: Move auth state to the app (diff)
downloadfs-tracer-frontend-b088a2062a5107043438695f36dbb41a0ae7e60e.tar.gz
fs-tracer-frontend-b088a2062a5107043438695f36dbb41a0ae7e60e.tar.bz2
fs-tracer-frontend-b088a2062a5107043438695f36dbb41a0ae7e60e.zip
Misc: Switch to npm
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index ef46104..ffc7c03 100644
--- a/flake.nix
+++ b/flake.nix
@@ -17,7 +17,7 @@
       {
         devShells.default = mkShell {
           buildInputs = [
-            bun
+            nodejs
           ];
         };
       }