1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00
nix/tests/functional
Seth Flynn ecdda5798c nix flake check: Skip substitutable derivations
Since `nix flake check` doesn't produce a `result` symlink, it doesn't
actually need to build/substitute derivations that are already known
to have succeeded, i.e. that are substitutable.

This can speed up CI jobs in cases where the derivations have already
been built by other jobs. For instance, a command like

  nix flake check github:NixOS/hydra/aa62c7f7db31753f0cde690f8654dd1907fc0ce2

should no longer build anything because the outputs are already in
cache.nixos.org.

Based-on: https://github.com/DeterminateSystems/nix-src/pull/134
Based-on: https://gerrit.lix.systems/c/lix/+/3841
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
2025-09-15 21:31:03 +02:00
..
ca meson: Apply formatting universally 2025-08-07 02:58:29 +03: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 Simplify handling of statuses for build errors 2025-08-27 20:05:06 -04:00
flakes nix flake check: Skip substitutable derivations 2025-09-15 21:31:03 +02: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 tests/functional/lang: Add tests for builtins.fromTOML overflow 2025-09-01 01:49:15 +03:00
lang-gc Format .nix files 2025-01-24 17:04:02 +01:00
local-overlay-store meson: Apply formatting universally 2025-08-07 02:58:29 +03:00
logging test: Move unusual-logging to run only in logging test case 2024-12-09 17:19:47 +01:00
nested-sandboxing flake: Apply nixfmt 1.0.0 2025-08-18 20:29:45 +03: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: Get rid of multiline array formatting hack 2025-08-07 02:57:02 +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 Revert "If a substitute closure is incomplete, build dependencies, then retry the substituter" 2025-05-14 20:16:40 -04: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 tests/functional: Enable more tests in NixOS VM 2024-06-20 14:54:11 +02: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.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 Improve build failure error messages 2025-05-12 15:06:54 +02: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 Factor out a bit more language testings infra 2024-06-23 15:33:45 -04: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 Ensure all functional scripts are (a) executable (b) have shebang 2024-05-28 12:46:24 -04: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 tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
db-migration.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
debugger.sh tests/functional: Enable more tests in NixOS VM 2024-06-20 14:54:11 +02:00
dependencies.builder0.sh Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
dependencies.nix Format .nix files 2025-01-24 17:04:02 +01:00
dependencies.sh tests/functional: Enable more tests in NixOS VM 2024-06-20 14:54:11 +02: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
dot.nar Add tests for invalid file names in NARs 2024-09-12 15:02:30 +02:00
dotdot.nar Add tests for invalid file names in NARs 2024-09-12 15:02:30 +02:00
dummy Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
dump-db.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
duplicate.nar Add test case for NARs with duplicate directory entries 2024-09-05 16:41:15 +02:00
empty.nar Add tests for invalid file names in NARs 2024-09-12 15:02:30 +02:00
eval-store.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02: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
executable-after-contents.nar Make the NAR parser much stricter wrt field order 2024-09-12 15:57:46 +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 tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
export.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +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 tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
fetchGit.sh Fix fetchGit functional tests to peel as well 2025-07-21 22:01:05 -07:00
fetchGitRefs.sh libfetchers: Remove badGitRefRegex and use libgit2 for reference validation 2025-08-11 02:38:45 +03:00
fetchGitShallow.sh Fix broken test 2025-06-19 15:23:10 -07:00
fetchGitSubmodules.sh Git fetcher: Ignore .gitmodules entries that are not submodules 2024-09-04 14:46:33 +02:00
fetchGitVerification.sh tests/functional: Enable more tests in NixOS VM 2024-06-20 14:54:11 +02:00
fetchMercurial.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02: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 lib{store,fetchers}: Pass URLs specified directly verbatim to FileTransferRequest 2025-09-01 02:22:23 +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 Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
fixed.builder2.sh Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
fixed.nix Implement support for Git hashing with SHA-256 2025-07-25 10:19:08 -04:00
fixed.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02: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 Expose flake directory to nix fmt as PRJ_ROOT env var 2025-05-22 19:18:53 +02: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 No longer copy functional tests to the build dir 2024-11-03 16:42:38 -05:00
gc-concurrent.builder.sh Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
gc-concurrent.nix Format .nix files 2025-01-24 17:04:02 +01:00
gc-concurrent.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
gc-concurrent2.builder.sh Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
gc-non-blocking.sh No longer copy functional tests to the build dir 2024-11-03 16:42:38 -05: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 nix hash convert: Don't fail on uppercase base-16 hashes 2024-12-05 16:19:21 +01: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 tests/functional: Enable more tests in NixOS VM 2024-06-20 14:54:11 +02: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 Put functional tests in tests/functional 2023-10-06 09:05:56 -04: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 functional-tests: skip tests if the kernel restricts unprivileged user namespaces 2024-12-15 16:07:27 +01:00
logging.sh Add json-log-path setting 2025-05-23 10:45:12 +02:00
meson.build treewide: Bump C++ standard version to C++23 2025-08-19 15:33:27 +03:00
misc.sh Fix nix_system_cpu on i686-linux 2025-07-24 18:06:06 +02:00
multiple-outputs.nix Format .nix files 2025-01-24 17:04:02 +01:00
multiple-outputs.sh tests/functional: Enable more tests in NixOS VM 2024-06-20 14:54:11 +02:00
name-after-node.nar Make the NAR parser much stricter wrt field order 2024-09-12 15:57:46 +02: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 Rename nul.nar because nul is a special name in Windows 2024-11-03 17:02:47 +11:00
nested-sandboxing.sh functional-tests: skip tests if the kernel restricts unprivileged user namespaces 2024-12-15 16:07:27 +01: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 tests/functional: Enable more tests in NixOS VM 2024-06-20 14:54:11 +02:00
nix-channel.sh Add a test for #12339 2025-01-24 15:25:10 +01:00
nix-collect-garbage-d.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
nix-copy-ssh-common.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
nix-copy-ssh-ng.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02: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 Rename nix profile install to nix profile add. 2025-05-17 21:07:24 +02:00
nix-shell.sh Use the same variable for content addressing in functional tests 2025-04-14 11:20:07 -04:00
nix_path.sh reword documentation on nix-path config option (#7772) 2024-07-31 21:41:26 +02:00
no-url-literals.sh Add functional test for no-url-literals experimental feature 2025-07-31 15:34:49 +02:00
nul-character.nar Rename nul.nar because nul is a special name in Windows 2024-11-03 17:02:47 +11:00
optimise-store.sh No longer copy functional tests to the build dir 2024-11-03 16:42:38 -05:00
output-normalization.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
package.nix flake: Apply nixfmt 1.0.0 2025-08-18 20:29:45 +03:00
parallel.builder.sh Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
parallel.nix Format .nix files 2025-01-24 17:04:02 +01:00
parallel.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
pass-as-file.sh No longer copy functional tests to the build dir 2024-11-03 16:42:38 -05:00
path-from-hash-part.sh Ensure all functional scripts are (a) executable (b) have shebang 2024-05-28 12:46:24 -04:00
path-info.sh Ensure all functional scripts are (a) executable (b) have shebang 2024-05-28 12:46:24 -04:00
path.nix Format .nix files 2025-01-24 17:04:02 +01:00
placeholders.sh No longer copy functional tests to the build dir 2024-11-03 16:42:38 -05:00
plugins.sh No longer copy functional tests to the build dir 2024-11-03 16:42:38 -05:00
post-hook.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
pure-eval.nix Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
pure-eval.sh Clear displayPrefix in makeEmptySourceAccessor 2025-05-29 19:35:12 +00: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 Improve database lock permission error context 2025-06-11 08:13:52 +02:00
readfile-context.nix Format .nix files 2025-01-24 17:04:02 +01:00
readfile-context.sh tests/functional: Enable more tests in NixOS VM 2024-06-20 14:54:11 +02:00
recursive.nix Format .nix files 2025-01-24 17:04:02 +01:00
recursive.sh tests/functional: Enable more tests in NixOS VM 2024-06-20 14:54:11 +02:00
referrers.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
remote-store.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
repair.sh tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
repl.sh Fix Darwin test failure in repl.sh 2025-06-22 16:49:44 +02:00
restricted.nix Put functional tests in tests/functional 2023-10-06 09:05:56 -04:00
restricted.sh EvalState::resolveLookupPathPath(): Call resolveSymlinks() before pathExists() 2025-01-24 12:15:07 +01: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 tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
selfref-gc.sh No longer copy functional tests to the build dir 2024-11-03 16:42:38 -05: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 Put functional tests in tests/functional 2023-10-06 09:05:56 -04: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 Fix a few shellcheck tests 2024-08-14 15:16:06 +02: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
slash.nar Add tests for invalid file names in NARs 2024-09-12 15:02:30 +02: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 Format .nix files 2025-01-24 17:04:02 +01:00
structured-attrs.sh Introduce top-level structuredAttrs field in JSON derivation format 2025-06-12 20:45:47 -04: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 libstore: Don't default build-dir to temp-dir, store setting 2025-06-22 16:49:44 +02: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 Ensure all functional scripts are (a) executable (b) have shebang 2024-05-28 12:46:24 -04: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 tests/functional: Skip tests that don't work in NixOS environment yet 2024-06-20 14:54:11 +02:00
user-envs-test-case.sh nix-env: add a --priority flag to --install 2025-01-16 11:46:25 -08:00
user-envs.builder.sh Put functional tests in tests/functional 2023-10-06 09:05:56 -04: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 No longer copy functional tests to the build dir 2024-11-03 16:42:38 -05:00
zstd.sh Merge remote-tracking branch 'origin/master' into nix-copy-gc 2024-11-04 14:52:56 +01:00