2023-01-25 12:21:02 +01:00
|
|
|
# https://github.com/direnv/direnv/wiki
|
|
|
|
|
|
|
|
use flake
|
|
|
|
|
2023-02-20 23:03:41 +01:00
|
|
|
use_flake() {
|
|
|
|
watch_file flake.nix
|
|
|
|
watch_file flake.lock
|
|
|
|
watch_file nix/shell.nix
|
|
|
|
eval "$(nix print-dev-env --profile "$(direnv_layout_dir)/flake-profile")"
|
|
|
|
}
|
2023-01-25 12:21:02 +01:00
|
|
|
|
2023-02-20 23:03:41 +01:00
|
|
|
layout python3
|
2023-01-25 12:21:02 +01:00
|
|
|
|
|
|
|
eval "$shellHook"
|