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