mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-12 17:26:19 +02:00
67d231c046
This reverts commit619eeb658a
, reversing changes made to1af94bf471
.
25 lines
533 B
Makefile
25 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
|