Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-24 | tests: switch to non-deprecated nix.settings.* module parameters | Sergei Trofimovich | |
Without the change checks issue the fllowing warning: $ nix flake check trace: warning: The option `nix.useSandbox' defined in `makeTest parameters' has been renamed to `nix.settings.sandbox'. trace: warning: The option `nix.useSandbox' defined in `makeTest parameters' has been renamed to `nix.settings.sandbox'. trace: warning: The option `nix.maxJobs' defined in `makeTest parameters' has been renamed to `nix.settings.max-jobs'. ... | |||
2022-05-31 | tests/nss-preload: move nix-fetch binding | Cole Helbling | |
2021-10-07 | Adds a test for nss preload mechanism | Arthur Gautier | |
This tests for the fix implemented in #5224 Signed-off-by: Arthur Gautier <baloo@superbaloo.net> |