Skip to content

Commit cb1839a

Browse files
authored
Merge pull request #63 from ericcrosson-bitgo/use-flake-instead-of-use-nix
chore: use nix flakes with direnv
2 parents f337b7f + 8cb861b commit cb1839a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.envrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
use nix
1+
use flake

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
.direnv/
12
.drone.yml
23
.nyc_output/
4+
.turbo/
5+
coverage/
36
dist/
47
node_modules/
5-
coverage/
6-
.turbo/

0 commit comments

Comments
 (0)