Skip to content

Commit

Permalink
chore: add nix shell env
Browse files Browse the repository at this point in the history
  • Loading branch information
paring-chan committed Dec 23, 2023
1 parent 07d568f commit b0d012c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use nix
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ src/utils/search/parser.ts
static/~partytown
# Sentry
.sentryclirc
.direnv
8 changes: 8 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{ pkgs ? import <nixpkgs> {}}:

pkgs.mkShell {
packages = with pkgs; [
nodejs_20
corepack
];
}

0 comments on commit b0d012c

Please sign in to comment.