Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

Commit 277d549

Browse files
committed
Make nix happy
1 parent 3acf7e9 commit 277d549

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.envrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
if [ -z $DEV_SHELL_NAME ]; then
2+
use flake
3+
else
4+
# running in CI
5+
use flake ".#${DEV_SHELL_NAME}"
6+
fi

flake.lock

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)