smart-energy-monitor/.envrc

15 lines
254 B
Plaintext
Raw Permalink Normal View History

2023-01-25 12:21:02 +01:00
# https://github.com/direnv/direnv/wiki
use flake
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
layout python3
2023-01-25 12:21:02 +01:00
eval "$shellHook"