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 262a4c7 commit b2f4a62
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 b2f4a62

Please sign in to comment.