diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-08-10 18:18:46 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-08-10 18:18:46 +0530 |
| commit | db97b1a9c42fe945ca37256f5ee18d52c6aa32b4 (patch) | |
| tree | 1da3da4a99192be8ad10b2931d447c2cc3f45036 /default.nix | |
| parent | 6a04167058b59b54b183104a1cf1b1b2cf8d7e9a (diff) | |
| download | css-everything-db97b1a9c42fe945ca37256f5ee18d52c6aa32b4.tar.gz css-everything-db97b1a9c42fe945ca37256f5ee18d52c6aa32b4.zip | |
feat: adds parser for simple expressions
Diffstat (limited to 'default.nix')
| -rw-r--r-- | default.nix | 4 |
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 + ]; } |
