mirror of
https://github.com/hsjobeki/noogle.git
synced 2024-12-18 19:31:37 +03:00
11 lines
219 B
Plaintext
11 lines
219 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 .#codemod --builders ''
|