mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-23 09:36:09 +03:00
11 lines
217 B
Plaintext
11 lines
217 B
Plaintext
|
source_up
|
||
|
|
||
|
files=(../../flake.nix flake-module.nix Cargo.lock)
|
||
|
if type nix_direnv_watch_file &>/dev/null; then
|
||
|
nix_direnv_watch_file "${files[@]}"
|
||
|
else
|
||
|
watch_file "${files[@]}"
|
||
|
fi
|
||
|
|
||
|
use flake .#pesto --builders ''
|