summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-07chore: update flake inputs (#9)github-actions[bot]
* chore: update flake inputs Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/a3ed7406349a9335cb4c2a71369b697cecd9d351' (2024-03-22) → 'github:NixOS/nixpkgs/600b15aea1b36eeb43833a50b0e96579147099ff' (2024-04-07) * chore: update test flake inputs Flake lock file updates: • Updated input 'call-flake': 'github:divnix/call-flake/c702f2fe0eadd7f321bba7a8ae1fdb7e93ef1ac8' (2024-03-17) → 'github:divnix/call-flake/9da1222f5227ff549642c159096c3dc9bbc73dcb' (2024-04-07) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/a3ed7406349a9335cb4c2a71369b697cecd9d351' (2024-03-22) → 'github:NixOS/nixpkgs/600b15aea1b36eeb43833a50b0e96579147099ff' (2024-04-07) • Updated input 'parts': 'github:hercules-ci/flake-parts/f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2' (2024-03-01) → 'github:hercules-ci/flake-parts/9126214d0a59633752a136528f5f3b9aa8565b7d' (2024-04-01) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-07actions: force push PR branch if neededseth
2024-03-22chore: update flake inputs (#8)github-actions[bot]
* chore: update flake inputs Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/48b75eb6e521f2303cb3cd53a94ec80021b422aa' (2024-02-23) → 'github:NixOS/nixpkgs/a3ed7406349a9335cb4c2a71369b697cecd9d351' (2024-03-22) * chore: update test flake inputs Flake lock file updates: • Updated input 'call-flake': 'github:divnix/call-flake/a9bc85f5bd939734655327a824b4e7ceb4ccaba9' (2024-02-18) → 'github:divnix/call-flake/c702f2fe0eadd7f321bba7a8ae1fdb7e93ef1ac8' (2024-03-17) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/48b75eb6e521f2303cb3cd53a94ec80021b422aa' (2024-02-23) → 'github:NixOS/nixpkgs/a3ed7406349a9335cb4c2a71369b697cecd9d351' (2024-03-22) • Updated input 'parts': 'github:hercules-ci/flake-parts/b253292d9c0a5ead9bc98c4e9a26c6312e27d69f' (2024-02-01) → 'github:hercules-ci/flake-parts/f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2' (2024-03-01) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-21chore: update flake inputs (#4)github-actions[bot]
* chore: update flake inputs Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/442d407992384ed9c0e6d352de75b69079904e4e' (2024-02-09) → 'github:NixOS/nixpkgs/48b75eb6e521f2303cb3cd53a94ec80021b422aa' (2024-02-23) * chore: update test flake inputs Flake lock file updates: • Updated input 'call-flake': 'github:divnix/call-flake/987212e2cda0d7beef8eee2ac2568c0adecc5c1e' (2024-02-04) → 'github:divnix/call-flake/a9bc85f5bd939734655327a824b4e7ceb4ccaba9' (2024-02-18) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/442d407992384ed9c0e6d352de75b69079904e4e' (2024-02-09) → 'github:NixOS/nixpkgs/48b75eb6e521f2303cb3cd53a94ec80021b422aa' (2024-02-23) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-21actions: bump actions/checkout from 4.1.1 to 4.1.2 (#7)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21actions: bump DeterminateSystems/nix-installer-action from 9 to 10 (#6)dependabot[bot]
Bumps [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) from 9 to 10. - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](https://github.com/determinatesystems/nix-installer-action/compare/cd46bde16ab981b0a7b2dce0574509104543276e...de22e16c4711fca50c816cc9081563429d1cf563) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14docs: use correct procRunner option in module exampleseth
2024-03-14Add support for other procfile runners (#5)Anthony Oleinik
* WIP * WIP * WIP * done * done * fix CI * fix CI * refactor: default to overmind in mkProcfileRunner * module: cleanup option docs * refactor: cleanup multi-test suite --------- Co-authored-by: seth <[email protected]>
2024-02-10chore: update test flake inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/f8e2ebd66d097614d51a56a755450d4ae1632df1' (2024-02-07) → 'github:NixOS/nixpkgs/442d407992384ed9c0e6d352de75b69079904e4e' (2024-02-09)
2024-02-10chore: update flake inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/f8e2ebd66d097614d51a56a755450d4ae1632df1' (2024-02-07) → 'github:NixOS/nixpkgs/442d407992384ed9c0e6d352de75b69079904e4e' (2024-02-09)
2024-02-08chore: update test flake inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'call-flake': 'github:divnix/call-flake/d3327852c5de242e340cb0fd798807c5258e28cc' (2024-01-21) → 'github:divnix/call-flake/987212e2cda0d7beef8eee2ac2568c0adecc5c1e' (2024-02-04) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/4fddc9be4eaf195d631333908f2a454b03628ee5' (2024-01-25) → 'github:NixOS/nixpkgs/f8e2ebd66d097614d51a56a755450d4ae1632df1' (2024-02-07) • Updated input 'parts': 'github:hercules-ci/flake-parts/07f6395285469419cf9d078f59b5b49993198c00' (2024-01-11) → 'github:hercules-ci/flake-parts/b253292d9c0a5ead9bc98c4e9a26c6312e27d69f' (2024-02-01)
2024-02-08chore: update flake inputsgithub-actions[bot]
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/4fddc9be4eaf195d631333908f2a454b03628ee5' (2024-01-25) → 'github:NixOS/nixpkgs/f8e2ebd66d097614d51a56a755450d4ae1632df1' (2024-02-07)
2024-02-08actions: set git use info in update-lockseth
2024-01-27actions: fix test subflake directory nameseth
2024-01-26fix: use writeShellApplication for run-ciseth
2024-01-26actions: don't use nixos/nix containerseth
2024-01-26initial commitseth