Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-08 | tests: fix for nixpkgs 22.11 | Linus Heckemann | |
runCommand now uses stdenvNoCC by default, so that needs to be included instead of the regular stdenv. | |||
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-11-28 | Add a setting for enabling cgroups | Eelco Dolstra | |
2022-11-27 | Add tests for auto-uid-allocation, uid-range and cgroups | Eelco Dolstra | |