aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bin/nixpkgs_drv_pname: don't merge pnamessinanmohd2024-09-231-1/+2
|
* bin/nixpkgs_drv_pname: add --db flagsinanmohd2024-09-221-1/+2
|
* bin/nixpkgs_drv_pname: initsinanmohd2024-09-211-17/+45
|
* bin/nixpkgs_dag: better error handlingsinanmohd2024-09-191-6/+9
|
* Merge pull request #15 from ↵Sinan Mohd2024-09-181-2/+2
|\ | | | | | | | | sinanmohd/dependabot/github_actions/DeterminateSystems/magic-nix-cache-action-8 build(deps): bump DeterminateSystems/magic-nix-cache-action from 7 to 8
| * build(deps): bump DeterminateSystems/magic-nix-cache-action from 7 to 8dependabot[bot]2024-09-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [DeterminateSystems/magic-nix-cache-action](https://github.com/determinatesystems/magic-nix-cache-action) from 7 to 8. - [Release notes](https://github.com/determinatesystems/magic-nix-cache-action/releases) - [Commits](https://github.com/determinatesystems/magic-nix-cache-action/compare/v7...v8) --- updated-dependencies: - dependency-name: DeterminateSystems/magic-nix-cache-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | bin/nixpkgs_dag: clean upsinanmohd2024-09-181-2/+11
| |
* | bin/nixpkgs_dag: initsinanmohd2024-09-181-0/+98
| |
* | flake/devShell: add pythonsinanmohd2024-09-181-0/+2
|/
* Merge pull request #16 from ↵Sinan Mohd2024-09-171-2/+2
|\ | | | | | | | | sinanmohd/dependabot/github_actions/DeterminateSystems/nix-installer-action-14 build(deps): bump DeterminateSystems/nix-installer-action from 13 to 14
| * 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
| |