819de36b09
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@prologin.org>
9 lines
129 B
Plaintext
9 lines
129 B
Plaintext
use_flake() {
|
|
watch_file flake.nix
|
|
watch_file flake.lock
|
|
watch_file poetry.lock
|
|
eval "$(nix print-dev-env)"
|
|
}
|
|
|
|
use flake
|