summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-11 21:50:29 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-11 21:50:59 +0530
commit768e2aa624f9367b252efed022fab762fb0d7621 (patch)
tree289ad911df55933ef9a0608ca4750e65e045588c /shell.nix
parent845d503bb16cb5046a4fec6d046b7b527a080187 (diff)
parentc54a2a8e457a9eeefccc0aff6a533fd6fe961c3c (diff)
downloadcss-everything-768e2aa624f9367b252efed022fab762fb0d7621.tar.gz
css-everything-768e2aa624f9367b252efed022fab762fb0d7621.zip
Merge branch 'main' of github.com:phenax/cssx
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
new file mode 100644
index 0000000..0c0dda9
--- /dev/null
+++ b/shell.nix
@@ -0,0 +1,6 @@
+with (import <nixpkgs> { });
+mkShell {
+ buildInputs = [
+ nodejs-18_x
+ ];
+}