Skip to content

Commit

Permalink
Add rimraf and TS to Flake
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Aug 4, 2023
1 parent f90bde3 commit 6c2414b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
{
devShell = pkgs.mkShell {
name = "oddjs";
buildInputs = with pkgs; [ nodejs-18_x ];
buildInputs = with pkgs; [
nodejs-18_x
nodePackages.rimraf
nodePackages.typescript
];
};
});
}

0 comments on commit 6c2414b

Please sign in to comment.