diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-11 21:50:29 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-11 21:50:59 +0530 |
| commit | 768e2aa624f9367b252efed022fab762fb0d7621 (patch) | |
| tree | 289ad911df55933ef9a0608ca4750e65e045588c /shell.nix | |
| parent | 845d503bb16cb5046a4fec6d046b7b527a080187 (diff) | |
| parent | c54a2a8e457a9eeefccc0aff6a533fd6fe961c3c (diff) | |
| download | css-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.nix | 6 |
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 + ]; +} |
