generated from Luis/nextjs-python-web-template
15 lines
340 B
Bash
15 lines
340 B
Bash
#!/usr/bin/env 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 ''
|