19 Commits

Author SHA1 Message Date
github-actions[bot]
088b741707 Automatic compilation 2023-12-15 11:24:07 +00:00
seth
6689ac7697 push: don't report failure on error (#16) 2023-12-14 11:12:23 +00:00
dependabot[bot]
4698511c85 chore(deps): bump DeterminateSystems/nix-installer-action from 5 to 7 (#13)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-08 14:21:59 +00:00
seth
7f0e30fedd chore: misc cleanups for flake and ci (#12) 2023-11-08 14:21:46 +00:00
Ryan Cao
40fa276ac0 chore: use Node v20 for nvm/fnm 2023-10-25 23:20:59 +08:00
dependabot[bot]
fae7bd1d97 chore(deps): bump actions/setup-node from 3 to 4 (#11)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 03:41:22 +00:00
dependabot[bot]
aa6bedf232 chore(deps): bump DeterminateSystems/nix-installer-action from 4 to 5 (#9) 2023-10-10 07:19:24 +08:00
Ryan Cao
6870271f1d feat!: node18 2023-09-15 15:37:51 +08:00
Ryan Cao
ce977ffab4 fix: various fixes 2023-09-15 00:12:36 +08:00
Daniel Kempkens
8c01d0bda1 feat: automatically configure Nix to use cache (#8) 2023-09-14 16:09:33 +00:00
dependabot[bot]
88dbb4b600 chore(deps): bump actions/checkout from 3 to 4 (#6)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-10 04:24:06 +00:00
dependabot[bot]
fd02e7c96c chore(deps): bump cachix/install-nix-action from 22 to 23 (#7) 2023-09-05 11:04:12 +08:00
gallexme
56ba67dfc0 fix: save store paths to file (#5)
closes #4
2023-08-06 02:32:52 +00:00
Ryan Cao
e78c87fc0e fix: split up added paths to avoid argument limit 2023-08-04 20:40:01 +08:00
Ryan Cao
7af24dd783 chore: update flake lock 2023-07-21 21:42:33 +08:00
Ryan Cao
3c5e4de9b2 docs: improve README 2023-07-21 16:11:50 +08:00
Ryan Cao
a2f0acb9d4 chore: add dependabot 2023-07-21 16:07:27 +08:00
seth
ec939ca6ac chore: don't use channels for testing (#3) 2023-07-21 03:38:26 +00:00
Ryan Cao
3b6f7992de ci: manually add nixpkgs 2023-07-20 17:50:37 +08:00
2 changed files with 9 additions and 27 deletions

View File

@@ -19,8 +19,11 @@ inputs:
token: token:
description: "Attic authorization token" description: "Attic authorization token"
required: false required: false
skip-use:
description: "Set to true to skip using attic cache as a substituter"
required: false
runs: runs:
using: "node16" using: "node20"
main: "dist/index.js" main: "dist/index.js"
post: "dist/index.js" post: "dist/index.js"

31
dist/index.js vendored

File diff suppressed because one or more lines are too long