Merge pull request 'only pass experimental-features onces to nix-build' (#354) from Mic92-main into main
All checks were successful
checks-impure / test (push) Successful in 8s
checks / test (push) Successful in 20s
assets1 / test (push) Successful in 19s

This commit is contained in:
clan-bot 2023-09-27 13:19:53 +00:00
commit 36b37f6fdd

View File

@ -2,9 +2,11 @@
source_up
files=(flake-module.nix package.json package-lock.json)
if type nix_direnv_watch_file &>/dev/null; then
nix_direnv_watch_file flake-module.nix
nix_direnv_watch_file "${files[@]}"
else
direnv watch flake-module.nix
watch_file "${files[@]}"
fi
use flake .#ui --builders ''