1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00
nix/tests/functional
2025-10-31 16:54:59 +01:00
..
ca Fix #13247 2025-10-13 18:37:14 -04:00
characterisation tests/functional/characterisation/framework: Log to stderr 2025-01-28 09:26:33 +01:00
common startDaemon(): Detect if the daemon crashes before creating the socket 2025-02-18 11:57:45 +01:00
config Add functional tests for include directive in nix config file 2024-04-02 18:10:36 -07:00
derivation Derivation "advanced attrs" test: Ensure fields are set to distinct values 2025-04-15 12:29:14 -04:00
dyn-drv shellcheck fix: tests/functional/dyn-drv/recursive-mod-json.sh 2025-09-25 10:31:06 -07:00
flakes tests/functional: Add source-paths tests 2025-10-25 02:13:30 +03:00
git Added comment to test case 2025-07-22 02:52:53 +03:00
git-hashing meson: Apply formatting universally 2025-08-07 02:58:29 +03:00
lang add test for no formals case 2025-10-31 16:54:59 +01:00
lang-gc Format .nix files 2025-01-24 17:04:02 +01:00
local-overlay-store shellcheck fix: tests/functional/local-overlay-store/add-lower-inner.sh 2025-09-28 20:40:08 -07:00
logging test: Move unusual-logging to run only in logging test case 2024-12-09 17:19:47 +01:00
nested-sandboxing shellcheck fix: tests/functional/nested-sandboxing/command.sh 2025-09-29 10:52:17 -07:00
plugins meson: Get rid of multiline array formatting hack 2025-08-07 02:57:02 +03:00
repl fix: Update shifted source positions after formatting 2025-01-24 18:53:42 +01:00
test-libstoreconsumer meson: Simplify asan-options handling even more 2025-10-12 19:16:06 +03:00
.version Build Functional tests with Meson 2024-08-14 15:35:40 -04:00
add.sh fix: Resolve CLI parent symlinks before adding to store 2025-01-07 05:42:03 +00:00
bash-profile.sh housekeeping: shellcheck for tests/functional/bash-profile.sh 2024-06-12 16:58:25 -04:00
big-derivation-attr.nix Format .nix files 2025-01-24 17:04:02 +01:00
binary-cache-build-remote.sh tests/functional: Enable more tests in NixOS VM 2024-06-20 14:54:11 +02:00
binary-cache.sh Fix misleading error messages for missing NARs due to stale cache 2025-10-22 15:07:42 -05:00
brotli.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
build-cores.nix build-cores: detect cores automatically if set to 0 2025-07-07 10:33:42 +07:00
build-cores.sh build-cores: detect cores automatically if set to 0 2025-07-07 10:33:42 +07:00
build-delete.sh Run multiple outputs and build-delete test for CA drvs also 2025-09-22 16:54:30 -04:00
build-dry.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
build-hook-ca-fixed.nix Format .nix files 2025-01-24 17:04:02 +01:00
build-hook-ca-floating.nix Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
build-hook-list-paths.sh Regression test for issue #14287 2025-10-29 02:15:41 -04:00
build-hook.nix Format .nix files 2025-01-24 17:04:02 +01:00
build-remote-content-addressed-fixed.sh Ensure all functional scripts are (a) executable (b) have shebang 2024-05-28 12:46:24 -04:00
build-remote-content-addressed-floating.sh Use the same variable for content addressing in functional tests 2025-04-14 11:20:07 -04:00
build-remote-input-addressed.sh tests: Add hydraJobs.tests.functional_* 2024-06-20 14:54:11 +02:00
build-remote-trustless-after.sh Shellcheck some test scripts 2024-05-28 12:32:22 -04:00
build-remote-trustless-should-fail-0.sh libstore: Don't default build-dir to temp-dir, store setting 2025-06-22 16:49:44 +02:00
build-remote-trustless-should-pass-0.sh Ensure all functional scripts are (a) executable (b) have shebang 2024-05-28 12:46:24 -04:00
build-remote-trustless-should-pass-1.sh Ensure all functional scripts are (a) executable (b) have shebang 2024-05-28 12:46:24 -04:00
build-remote-trustless-should-pass-2.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
build-remote-trustless-should-pass-3.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
build-remote-trustless.sh libstore: Don't default build-dir to temp-dir, store setting 2025-06-22 16:49:44 +02:00
build-remote-with-mounted-ssh-ng.sh Ensure all functional scripts are (a) executable (b) have shebang 2024-05-28 12:46:24 -04:00
build-remote.sh libstore: Don't default build-dir to temp-dir, store setting 2025-06-22 16:49:44 +02:00
build.sh Split out DerivationResolutionGoal 2025-10-11 19:52:37 -04:00
ca-shell.nix Format .nix files 2025-01-24 17:04:02 +01:00
case-collision.nar Detect NAR directory entries that collide with another path after case-hacking 2024-09-05 19:26:10 +02:00
case.nar Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
characterisation-test-infra.sh tests/func*/characterisation-test-infra: Fix shellcheck 2025-09-22 21:06:26 +02:00
check-refs.nix tests/functional/check-refs.nix: format newly added test 2025-03-25 06:12:19 +00:00
check-refs.sh tests/functional/check-refs.sh: guard test12 against too old nix daemon 2025-03-25 06:12:19 +00:00
check-reqs.nix Format .nix files 2025-01-24 17:04:02 +01:00
check-reqs.sh tests/functional: Enable more tests in NixOS VM 2024-06-20 14:54:11 +02:00
check.nix Format .nix files 2025-01-24 17:04:02 +01:00
check.sh don't include derivation name in temporary build directories 2025-08-27 09:48:31 +02:00
chroot-store.sh Add test 2025-02-19 12:47:28 +01:00
common.sh Build Functional tests with Meson 2024-08-14 15:35:40 -04:00
completions.sh shellcheck fix tests/functional/completions.sh 2025-09-24 18:56:00 -07:00
compression-levels.sh tests/functional: Enable more tests in NixOS VM 2024-06-20 14:54:11 +02:00
compute-levels.sh Ensure all functional scripts are (a) executable (b) have shebang 2024-05-28 12:46:24 -04:00
config.nix Revert "Merge pull request #11826 from DeterminateSystems/revert-11804" 2024-11-11 15:21:34 +01:00
config.nix.in Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
config.sh shellcheck fix functional/config.sh 2025-09-24 18:59:41 -07:00
db-migration.sh shellcheck fix functional/db-migration.sh 2025-09-25 07:53:29 +02:00
debugger.sh tests/functional: Enable more tests in NixOS VM 2024-06-20 14:54:11 +02:00
dependencies.builder0.sh Allow access to the result of fetchClosure 2025-10-24 11:11:03 +02:00
dependencies.nix Format .nix files 2025-01-24 17:04:02 +01:00
dependencies.sh shellcheck fix functional/dependencies.sh 2025-09-24 19:11:00 -07:00
derivation-advanced-attributes.sh Test derivation options with content-addressing too 2025-04-14 13:43:46 -04:00
derivation-json.sh housekeeping: shellcheck for tests/functional/derivation-json.sh 2024-06-12 17:41:16 -04:00
dummy Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
dump-db.sh shellcheck fix functional/dump-db.sh 2025-09-25 09:24:39 +02:00
duplicate.nar Add test case for NARs with duplicate directory entries 2024-09-05 16:41:15 +02:00
eval-store.sh shellcheck fix: tests/functional/eval-store.sh 2025-09-25 10:33:40 -07:00
eval.nix test: test eval of newlines with raw output 2024-12-31 14:24:06 +01:00
eval.sh Complain when using --pure-eval with --file 2025-04-30 22:29:27 +02:00
experimental-features.sh housekeeping: shellcheck for tests/functional/experimental-features.sh 2024-06-12 17:41:16 -04:00
export-graph.nix Format .nix files 2025-01-24 17:04:02 +01:00
export-graph.sh shellcheck fix: tests/functional/export-graph.sh 2025-09-25 10:35:01 -07:00
export.sh shellcheck fix: tests/functional/export.sh 2025-09-25 12:45:40 -07:00
external-builders.sh Add test for external-builders 2025-10-03 16:32:32 +02:00
extra-sandbox-profile.nix Revert "Merge pull request #11826 from DeterminateSystems/revert-11804" 2024-11-11 15:21:34 +01:00
extra-sandbox-profile.sh Ensure all functional scripts are (a) executable (b) have shebang 2024-05-28 12:46:24 -04:00
failing.nix Format .nix files 2025-01-24 17:04:02 +01:00
fetchClosure.sh Allow access to the result of fetchClosure 2025-10-24 11:11:03 +02:00
fetchGit.sh shellcheck fix: tests/functional/fetchGit.sh 2025-09-25 12:45:43 -07:00
fetchGitRefs.sh libfetchers/git-utils: Be more correct about validating refnames 2025-10-15 21:54:09 +03:00
fetchGitShallow.sh Fix broken test 2025-06-19 15:23:10 -07:00
fetchGitSubmodules.sh shellcheck fix: tests/functional/fetchGitSubmodules.sh 2025-09-25 13:09:36 -07:00
fetchGitVerification.sh shellcheck fix: tests/functional/fetchGitVerification.sh 2025-09-26 08:41:29 -07:00
fetchMercurial.sh shellcheck fix: tests/functional/fetchMercurial.sh 2025-09-26 08:41:30 -07:00
fetchPath.sh Add test 2024-10-16 17:18:07 +02:00
fetchTree-file.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
fetchurl.sh Remove validation of URLs passed to FileTransferRequest verbatim 2025-10-13 22:23:26 +03:00
filter-source.nix Format .nix files 2025-01-24 17:04:02 +01:00
filter-source.sh housekeeping: shellcheck for tests/functional/filter-source.sh 2024-06-12 17:41:16 -04:00
fixed.builder1.sh shellcheck fix: tests/functional/fixed 2025-09-26 08:41:30 -07:00
fixed.builder2.sh shellcheck fix: tests/functional/fixed 2025-09-26 08:41:30 -07:00
fixed.nix Implement support for Git hashing with SHA-256 2025-07-25 10:19:08 -04:00
fixed.sh shellcheck fix: tests/functional/fixed 2025-09-26 08:41:30 -07:00
flamegraph-profiler.sh libexpr: Include derivation names in the call stack profile 2025-05-25 15:53:01 +00:00
fod-failing.nix Format .nix files 2025-01-24 17:04:02 +01:00
formatter.sh shellcheck fix: tests/functional/formatter.simple.sh 2025-09-29 09:17:24 -07:00
formatter.simple.sh Expose flake directory to nix fmt as PRJ_ROOT env var 2025-05-22 19:18:53 +02:00
function-trace.sh housekeeping: shellcheck for tests/functional/function-trace.sh 2024-06-12 17:41:16 -04:00
gc-auto.sh shellcheck fix: tests/functional/gc-auto.sh 2025-09-29 09:18:50 -07:00
gc-concurrent.builder.sh shellcheck fix: tests/functional/gc-concurrent.builder.sh 2025-09-29 09:20:02 -07:00
gc-concurrent.nix Format .nix files 2025-01-24 17:04:02 +01:00
gc-concurrent.sh shellcheck fix: tests/functional/gc-concurrent.sh 2025-09-29 09:21:47 -07:00
gc-concurrent2.builder.sh shellcheck fix: tests/functional/gc-concurrent2.builder.sh 2025-09-29 09:22:45 -07:00
gc-non-blocking.sh shellcheck fix: tests/functional/gc-non-blocking.sh 2025-09-29 09:23:41 -07:00
gc-runtime.nix Revert "Merge pull request #11826 from DeterminateSystems/revert-11804" 2024-11-11 15:21:34 +01:00
gc-runtime.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
gc.sh Expand shellcheck coverage in functional tests 2024-10-30 08:27:06 -07:00
hash-check.nix Format .nix files 2025-01-24 17:04:02 +01:00
hash-convert.sh shellcheck fix: tests/functional/hash-convert.sh 2025-09-29 10:52:16 -07:00
hash-path.sh test: Avoid regressing accidental use of weakly_canonical instead of makeParentCanonical 2025-01-07 05:42:04 +00:00
help.sh test: Use skipTest instead of exit 0 2025-02-07 11:20:18 +01:00
hermetic.nix Format .nix files 2025-01-24 17:04:02 +01:00
ifd.nix Format .nix files 2025-01-24 17:04:02 +01:00
import-from-derivation.nix Format .nix files 2025-01-24 17:04:02 +01:00
import-from-derivation.sh EvalState::realiseContext(): Allow access to the entire closure 2024-12-16 16:16:36 +01:00
impure-derivations.nix Format .nix files 2025-01-24 17:04:02 +01:00
impure-derivations.sh shellcheck fix: tests/functional/impure-derivations.sh 2025-09-29 10:52:17 -07:00
impure-env.nix Revert "Merge pull request #11826 from DeterminateSystems/revert-11804" 2024-11-11 15:21:34 +01:00
impure-env.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
impure-eval.sh Ensure all functional scripts are (a) executable (b) have shebang 2024-05-28 12:46:24 -04:00
install-darwin.sh shellcheck fix: tests/functional/install-darwin.sh 2025-09-29 10:52:17 -07:00
json.sh tests/functional: use script flags compatible with macOS 2025-03-24 16:38:20 +01:00
lang-gc.sh tests/functional/lang-gc: Disable for now 2024-07-22 17:46:08 +02:00
lang.sh Expand shellcheck coverage in functional tests 2024-10-30 08:27:06 -07:00
legacy-ssh-store.sh Ensure all functional scripts are (a) executable (b) have shebang 2024-05-28 12:46:24 -04:00
linux-sandbox-cert-test.nix Format .nix files 2025-01-24 17:04:02 +01:00
linux-sandbox.sh shellcheck fix: tests/functional/linux-sandbox.sh 2025-09-29 10:52:17 -07:00
logging.sh shellcheck fix: tests/functional/logging.sh 2025-09-29 10:52:17 -07:00
meson.build Add test for external-builders 2025-10-03 16:32:32 +02:00
misc.sh shellcheck fix: tests/functional/misc.sh 2025-09-29 10:52:17 -07:00
multiple-outputs.nix Format .nix files 2025-01-24 17:04:02 +01:00
multiple-outputs.sh shellcheck fix: tests/functional/multiple-outputs.sh 2025-09-29 10:52:17 -07:00
nar-access.nix Format .nix files 2025-01-24 17:04:02 +01:00
nar-access.sh Expand shellcheck coverage in functional tests 2024-10-30 08:27:06 -07:00
nars.sh tests: Move invalid nar tests from tests/functional to libutil-tests 2025-10-08 02:02:33 +03:00
nested-sandboxing.sh shellcheck fix: tests/functional/nested-sandboxing.sh 2025-09-29 10:52:17 -07:00
nix-build-examples.nix Revert "Merge pull request #11826 from DeterminateSystems/revert-11804" 2024-11-11 15:21:34 +01:00
nix-build.sh shellcheck fix: tests/functional/nix-build.sh 2025-09-29 10:52:17 -07:00
nix-channel.sh shellcheck fix: tests/functional/nix-channel.sh 2025-09-29 10:52:17 -07:00
nix-collect-garbage-d.sh shellcheck fix: tests/functional/nix-collect-garbage-d.sh 2025-09-29 10:52:17 -07:00
nix-copy-ssh-common.sh shellcheck fix: tests/functional/nix-copy-ssh-common.sh 2025-09-29 10:52:17 -07:00
nix-copy-ssh-ng.sh shellcheck fix: tests/functional/nix-copy-ssh-ng.sh 2025-09-29 10:52:17 -07:00
nix-copy-ssh.sh Ensure all functional scripts are (a) executable (b) have shebang 2024-05-28 12:46:24 -04:00
nix-daemon-untrusting.sh Arbitrarily bring back some nix-daemon calls 2024-01-13 11:27:04 -08:00
nix-meson-build-support treewide: Fix Meson CPU names for powerpc CPUs 2025-07-21 19:03:49 +02:00
nix-profile.sh shellcheck fix: tests/functional/nix-profile.sh 2025-09-29 10:52:17 -07:00
nix-shell.sh shellcheck fix: tests/functional/nix-shell.sh 2025-09-29 10:52:17 -07:00
nix_path.sh shellcheck fix: tests/functional/nix_path.sh 2025-09-29 10:52:17 -07:00
no-url-literals.sh Add functional test for no-url-literals experimental feature 2025-07-31 15:34:49 +02:00
optimise-store.sh shellcheck fix: tests/functional/optimise-store.sh 2025-09-29 10:52:17 -07:00
output-normalization.sh shellcheck fix: tests/functional/output-normalization.sh 2025-09-29 10:52:17 -07:00
package.nix tests: Fix splicing in functional tests for nix-cli 2025-10-16 01:04:50 +03:00
parallel.builder.sh shellcheck fix: tests/functional/parallel.builder.sh 2025-09-29 10:52:17 -07:00
parallel.nix Format .nix files 2025-01-24 17:04:02 +01:00
parallel.sh shellcheck fix: tests/functional/parallel.sh 2025-09-29 10:52:17 -07:00
pass-as-file.sh shellcheck fix: tests/functional/pass-as-file.sh 2025-09-30 19:52:44 -07:00
path-from-hash-part.sh shellcheck fix: tests/functional/path-from-hash-part.sh 2025-09-30 19:53:33 -07:00
path-info.sh shellcheck fix: tests/functional/path-info.sh 2025-09-30 19:53:54 -07:00
path.nix Format .nix files 2025-01-24 17:04:02 +01:00
placeholders.sh shellcheck fix: tests/functional/placeholders.sh 2025-09-30 19:54:29 -07:00
plugins.sh No longer copy functional tests to the build dir 2024-11-03 16:42:38 -05:00
post-hook.sh Regression test for issue #14287 2025-10-29 02:15:41 -04:00
pure-eval.nix Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
pure-eval.sh shellcheck fix: tests/functional/pure-eval.sh 2025-09-30 20:15:34 -07:00
push-to-store-old.sh Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
push-to-store.sh Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
read-only-store.sh shellcheck fix: tests/functional/read-only-store.sh 2025-09-30 20:15:34 -07:00
readfile-context.nix Format .nix files 2025-01-24 17:04:02 +01:00
readfile-context.sh shellcheck fix: tests/functional/readfile-context.sh 2025-09-30 20:15:34 -07:00
recursive.nix Format .nix files 2025-01-24 17:04:02 +01:00
recursive.sh shellcheck fix: tests/functional/recursive.sh 2025-09-30 20:15:34 -07:00
referrers.sh shellcheck fix: tests/functional/referrers.sh 2025-09-30 20:15:34 -07:00
remote-store.sh shellcheck fix: tests/functional/remote-store.sh 2025-09-30 20:15:34 -07:00
repair.sh shellcheck fix: tests/functional/repair.sh 2025-09-30 20:17:54 -07:00
repl.sh fix(tests/functional/repl): skip test if stack size limit is insufficient 2025-10-17 17:05:12 +00:00
restricted.nix Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
restricted.sh shellcheck fix: tests/functional/restricted.sh 2025-09-30 20:17:55 -07:00
search.nix Revert "Merge pull request #11826 from DeterminateSystems/revert-11804" 2024-11-11 15:21:34 +01:00
search.sh tests/functional: Enable more tests in NixOS VM 2024-06-20 14:54:11 +02:00
secure-drv-outputs.nix Format .nix files 2025-01-24 17:04:02 +01:00
secure-drv-outputs.sh shellcheck fix: tests/functional/secure-drv-outputs.sh 2025-09-30 20:17:55 -07:00
selfref-gc.sh shellcheck fix: tests/functional/selfref-gc.sh 2025-09-30 20:17:55 -07:00
shell-hello.nix Format .nix files 2025-01-24 17:04:02 +01:00
shell.nix Format .nix files 2025-01-24 17:04:02 +01:00
shell.sh ci: Collect code coverage in tests 2025-08-04 23:50:02 +03:00
shell.shebang.expr Fix and extend nix-shell baseDir test 2024-07-07 00:23:22 +02:00
shell.shebang.legacy.expr Fixup: add missing test file 2024-07-07 14:49:52 +02:00
shell.shebang.nix tests: test nix-shell shebang quoting 2023-10-23 17:32:50 +02:00
shell.shebang.rb Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
shell.shebang.sh shellcheck fix: tests/functional/selfref-gc.sh 2025-09-30 20:17:55 -07:00
short-path-literals.sh Add warn-short-path-literals setting 2025-07-29 15:47:58 +02:00
signing.sh store URI: introduce multiple signatures support 2025-04-09 13:30:37 +02:00
simple-failing.nix Format .nix files 2025-01-24 17:04:02 +01:00
simple.builder.sh shellcheck fix: tests/functional/simple.builder.sh 2025-09-30 20:18:48 -07:00
simple.nix Revert "Merge pull request #11826 from DeterminateSystems/revert-11804" 2024-11-11 15:21:34 +01:00
simple.sh copyPathToStore(): Preserve symlinks 2025-02-11 20:58:48 +01:00
ssh-relay.sh Fix a few shellcheck tests 2024-08-14 15:16:06 +02:00
store-info.sh libstore: Do not normalize daemon -> unix://, local -> local:// 2025-09-05 04:14:36 +03:00
structured-attrs-shell.nix Add test 2025-05-24 00:40:06 +02:00
structured-attrs.nix exportReferencesGraph: Handle heterogeneous arrays 2025-10-08 22:15:33 +02:00
structured-attrs.sh exportReferencesGraph: Handle heterogeneous arrays 2025-10-08 22:15:33 +02:00
substitute-with-invalid-ca.sh Fix a few shellcheck tests 2024-08-14 15:16:06 +02:00
suggestions.sh Fix a few shellcheck tests 2024-08-14 15:16:06 +02:00
supplementary-groups.sh shellcheck fix: tests/functional/supplementary-groups.sh 2025-09-30 20:19:27 -07:00
symlink-derivation.nix Revert "Merge pull request #11826 from DeterminateSystems/revert-11804" 2024-11-11 15:21:34 +01:00
symlinks.sh copyPathToStore(): Preserve symlinks 2025-02-11 20:58:48 +01:00
tarball.sh Add test 2025-05-09 16:55:13 +02:00
test-infra.sh Fix a few shellcheck tests 2024-08-14 15:16:06 +02:00
test-libstoreconsumer.sh No longer copy functional tests to the build dir 2024-11-03 16:42:38 -05:00
timeout.nix Revert "Merge pull request #11826 from DeterminateSystems/revert-11804" 2024-11-11 15:21:34 +01:00
timeout.sh Fix a few shellcheck tests 2024-08-14 15:16:06 +02:00
toString-path.sh shellcheck fix: tests/functional/toString-path.sh 2025-09-30 20:19:47 -07:00
tree.tar.gz Support hard links in tarballs 2024-06-11 16:05:57 +02:00
undefined-variable.nix Format .nix files 2025-01-24 17:04:02 +01:00
unnormalized.nar Test that deserializing NARs with names with equal Unicode normal forms fails on macOS 2024-09-05 20:37:26 +02:00
user-envs-migration.sh shellcheck fix: tests/functional/user-envs-migration.sh 2025-09-30 20:20:13 -07:00
user-envs-test-case.sh shellcheck fix: tests/functional/user-envs.sh 2025-09-30 20:27:50 -07:00
user-envs.builder.sh shellcheck fix: tests/functional/user-envs.builder.sh 2025-09-30 20:23:02 -07:00
user-envs.nix Format .nix files 2025-01-24 17:04:02 +01:00
user-envs.sh Ensure all functional scripts are (a) executable (b) have shebang 2024-05-28 12:46:24 -04:00
why-depends.sh shellcheck fix: tests/functional/why-depends.sh 2025-09-30 20:27:51 -07:00
zstd.sh Merge remote-tracking branch 'origin/master' into nix-copy-gc 2024-11-04 14:52:56 +01:00