aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): bump DeterminateSystems/nix-installer-action from 13 to 14dependabot[bot]2024-09-161-2/+2
| | | | | | | | | | | | | | Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 13 to 14. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/v13...v14) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* github/workflows/nix-build: only eval packages for builtins.currentSystemsinanmohd2024-09-031-1/+1
|
* flake: only support linux for nowsinanmohd2024-09-031-1/+1
|
* flake/checks: use nix from inputssinanmohd2024-09-033-5/+14
|
* tests/dag: set opts.systemsinanmohd2024-09-032-4/+4
|
* nix: initsinanmohd2024-09-036-15/+110
|
* flake/inputs: add nixsinanmohd2024-09-034-5/+169
|
* jobs/job_read_cache: drv should start with store pathsinanmohd2024-09-011-2/+9
|
* solver_highs: drop zero values from constraint matrixsinanmohd2024-08-302-5/+12
|
* nix: clean upsinanmohd2024-08-302-5/+14
|
* jobs/job_read_cache: acquire transitive dependenciessinanmohd2024-08-291-4/+15
|
* c: clean upsinanmohd2024-08-292-5/+6
|
* nixosTests/transitive-unbuilt-3: initsinanmohd2024-08-282-1/+35
|
* jobs/job_read: do not override job_read_cache statussinanmohd2024-08-281-2/+3
|
* evanix: clean upsinanmohd2024-08-281-1/+1
|
* jobs/drv_to_pname: always clean up regexsinanmohd2024-08-271-1/+1
|
* jobs/drv_to_pname: initsinanmohd2024-08-261-0/+64
|
* evanix: --estimate -> --statisticssinanmohd2024-08-253-29/+29
|
* evanix/opts_read: only clean up on errorsinanmohd2024-08-251-2/+2
|
* evanix: only disable pipeline when highs is in usesinanmohd2024-08-251-1/+3
|
* evanix: implement --max-time flagsinanmohd2024-08-256-12/+49
|
* jobs/job_cost_estimate: initsinanmohd2024-08-244-11/+101
|
* evanix: add max-time flagsinanmohd2024-08-243-2/+39
|
* evanix: add estimate flagsinanmohd2024-08-246-12/+84
|
* flake/devShell: add jqsinanmohd2024-08-241-0/+1
|
* evanix: use highs by defaultsinanmohd2024-08-181-1/+1
|
* nixosTests/sunset-unbuilt-9: simplify testsinanmohd2024-08-171-9/+5
|
* evanix: --max-build -> --max-buildssinanmohd2024-08-176-10/+10
|
* Merge pull request #14 from sinanmohd/feat/nixosTestsSinan Mohd2024-08-176-0/+544
|\ | | | | nixosTests: WIP integration tests
| * nixosTests: allow extending testScript without overriding itSomeoneSerge2024-08-161-6/+13
| |
| * nixosTests: refactor the way common template and per-instance args are handledSomeoneSerge2024-08-161-4/+2
| |
| * nixosTests/dsl: clean upsinanmohd2024-08-161-7/+7
| |
| * nixosTests: sunset-unbuilt: refactor the dagSomeone Serge2024-08-161-25/+9
| |
| * nixosTests: sunset-unbuilt: rename to avoid confusionSomeone Serge2024-08-161-1/+1
| |
| * nixosTests: make options hierarchicalSomeone Serge2024-08-153-78/+96
| |
| * nixosTests/sunset-unbuilt-0: set assertNeededsinanmohd2024-08-141-3/+19
| |
| * nixosTests/dsl: verify assertNeededsinanmohd2024-08-141-12/+25
| |
| * nixosTests/dsl: clean upsinanmohd2024-08-141-2/+2
| |
| * nixosTests/dsl: verify assertChosensinanmohd2024-08-143-18/+39
| |
| * nixosTests: drop nixos-libsinanmohd2024-08-132-6/+3
| |
| * nixosTests/dsl: verify choseBuildssinanmohd2024-08-131-1/+37
| |
| * nixosTests/dsl: make sure cache value is validsinanmohd2024-08-121-5/+8
| |
| * nixosTests/dsl: change option namessinanmohd2024-08-121-2/+2
| |
| * nixosTests/sunset-unbuilt-0: initsinanmohd2024-08-121-0/+14
| |
| * nixosTests: runCommand.inputDerivatino: explain whySomeoneSerge2024-08-111-0/+2
| |
| * flake/devShell: add nixfmt-rfc-stylesinanmohd2024-08-113-41/+39
| |
| * nixosTests/sunset: initsinanmohd2024-08-111-0/+39
| |
| * nixosTests/all-tests: always import dslsinanmohd2024-08-111-3/+1
| |
| * nixosTests: drop unused argssinanmohd2024-08-112-2/+0
| |
| * flake.nix: add .#checksSomeoneSerge2024-08-082-0/+33
| |