Skip to content

Commit bc36096

Browse files
committed
build(direnv): enable flakes
I use nix-direnv, which enables them automatically. But other direnv implementations don't. By being explicit, I can smooth other devs' lifes. See #1292 (comment) Closes #1292
1 parent d8a667a commit bc36096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.envrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ layout_poetry() {
1313
export VIRTUAL_ENV
1414
}
1515

16-
use flake . --impure --accept-flake-config
16+
use flake . --impure --accept-flake-config --extra-experimental-features 'nix-command flakes'
1717
layout_poetry

0 commit comments

Comments
 (0)