mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
34fe2478a2
Co-Authored-By: Qyriad <qyriad@qyriad.me> Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
28 lines
525 B
Meson
28 lines
525 B
Meson
suites += {
|
|
'name': 'flakes',
|
|
'deps': [],
|
|
'tests': [
|
|
'flakes.sh',
|
|
'develop.sh',
|
|
'edit.sh',
|
|
'run.sh',
|
|
'mercurial.sh',
|
|
'circular.sh',
|
|
'init.sh',
|
|
'inputs.sh',
|
|
'follow-paths.sh',
|
|
'bundle.sh',
|
|
'check.sh',
|
|
'unlocked-override.sh',
|
|
'absolute-paths.sh',
|
|
'absolute-attr-paths.sh',
|
|
'build-paths.sh',
|
|
'flake-in-submodule.sh',
|
|
'prefetch.sh',
|
|
'eval-cache.sh',
|
|
'search-root.sh',
|
|
'config.sh',
|
|
'show.sh',
|
|
],
|
|
'workdir': meson.current_build_dir(),
|
|
}
|