cv/.envrc
Bruno BELANYI 083f985888
All checks were successful
continuous-integration/drone/push Build is passing
nix: add direnv automatic shell
2021-02-25 14:11:18 +00:00

8 lines
104 B
Plaintext

use_flake() {
watch_file flake.nix
watch_file flake.lock
eval "$(nix print-dev-env)"
}
use flake