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