Skip to content

Commit 7a6af71

Browse files
committed
devshells: update std to use latest direnv
`std` now exports the direnv lib to be easily sourced dynamically from the source tree already fetched, rather than fetching again seperately.
1 parent d6956ba commit 7a6af71

File tree

2 files changed

+103
-16
lines changed

2 files changed

+103
-16
lines changed

.envrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@
66
[ -f .envrc.local ] && source_env .envrc.local
77
DEVSHELL_TARGET=${DEVSHELL_TARGET:-default}
88

9-
source_url \
10-
"https://raw.githubusercontent.com/divnix/std/main/direnv_lib.sh" \
11-
"sha256-JkRxy5PilGkOQcI/KaiZeyJKUTMTKduQwsw/ayUyz4k="
9+
. "$(nix eval .#__std.direnv_lib)"
1210
use std nix "//automation/devshells:${DEVSHELL_TARGET}"

flake.lock

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

0 commit comments

Comments
 (0)