Skip to content

Commit

Permalink
🍰 Add shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
glassesneo committed Jun 27, 2024
1 parent 6ebc81f commit e08054d
Show file tree
Hide file tree
Showing 3 changed files with 13 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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ nimcache
testresults*
tests/*
!*.nim
.direnv
/direnv
10 changes: 10 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
let
pkgs = import <nixpkgs> {};
in pkgs.mkShell {
packages = [
pkgs.nim2
pkgs.emscripten
pkgs.nimble
];
}

0 comments on commit e08054d

Please sign in to comment.