10 lines
242 B
Bash
10 lines
242 B
Bash
# Because we depend on nixpkgs sources, uploading to builders takes a long time
|
|
|
|
if type nix_direnv_watch_file &>/dev/null; then
|
|
nix_direnv_watch_file flake-module.nix
|
|
else
|
|
direnv watch flake-module.nix
|
|
fi
|
|
use flake .#clan --builders ''
|
|
|