Skip to content

Commit 8cb861b

Browse files
chore: use nix flakes with direnv
Requires a fairly recent version of nix (I'm on 2.8.0) and opting in to the following experimental features: ``` nix-command flakes ```
1 parent fc40a73 commit 8cb861b

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)