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