mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
5150a962f5
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
26 lines
533 B
Makefile
26 lines
533 B
Makefile
flake-tests := \
|
|
$(d)/flakes.sh \
|
|
$(d)/develop.sh \
|
|
$(d)/edit.sh \
|
|
$(d)/run.sh \
|
|
$(d)/mercurial.sh \
|
|
$(d)/circular.sh \
|
|
$(d)/init.sh \
|
|
$(d)/inputs.sh \
|
|
$(d)/follow-paths.sh \
|
|
$(d)/bundle.sh \
|
|
$(d)/check.sh \
|
|
$(d)/unlocked-override.sh \
|
|
$(d)/absolute-paths.sh \
|
|
$(d)/absolute-attr-paths.sh \
|
|
$(d)/build-paths.sh \
|
|
$(d)/flake-in-submodule.sh \
|
|
$(d)/prefetch.sh \
|
|
$(d)/eval-cache.sh \
|
|
$(d)/search-root.sh \
|
|
$(d)/config.sh \
|
|
$(d)/show.sh \
|
|
$(d)/dubious-query.sh
|
|
|
|
install-tests-groups += flake
|