aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index f36c12f..0c0dda9 100644
--- a/default.nix
+++ b/default.nix
@@ -1,4 +1,6 @@
with (import <nixpkgs> { });
mkShell {
- buildInputs = [ nodejs-18_x ];
+ buildInputs = [
+ nodejs-18_x
+ ];
}