Files
nextjs-python-web-template/pkgs/clan-cli/.envrc
Luis 9238225556
Some checks failed
checks-impure / test (pull_request) Failing after 3m11s
checks / test (pull_request) Failing after 24m9s
Fixing merge-after-ci
2023-10-23 02:12:42 +02:00

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 ''