mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 10:33:39 +00:00
8 lines
110 B
Bash
8 lines
110 B
Bash
use_flake() {
|
|
watch_file flake.nix
|
|
watch_file flake.lock
|
|
eval "$(nix print-dev-env)"
|
|
}
|
|
|
|
use flake
|