Skip to content

Commit

Permalink
add nix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
jaanonim committed Sep 19, 2024
1 parent 1780eca commit 63b0b1c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ data.json

# Exclude macOS Finder (System Explorer) View States
.DS_Store

.envrc
.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 {
buildInputs = [
pkgs.nodejs
pkgs.pnpm
];
}

0 comments on commit 63b0b1c

Please sign in to comment.