Compare commits

...

5 Commits

Author SHA1 Message Date
dependabot[bot]
e87b87458d
Merge 7c00f5de3b into 124d7004b9 2024-09-25 15:02:06 -04:00
Brian Hicks
124d7004b9
point to dschrempf/nix-script 2024-07-26 17:21:38 -05:00
Brian Hicks
5d6efb61d6
mark as unmaintained 2024-07-16 10:03:14 -05:00
Brian Hicks
ec6bb4ac7e
Merge pull request #317 from BrianHicks/dependabot/github_actions/cachix/cachix-action-15
Bump cachix/cachix-action from 14 to 15
2024-05-27 05:36:09 -05:00
dependabot[bot]
8fcb190eba
Bump cachix/cachix-action from 14 to 15
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 14 to 15.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](https://github.com/cachix/cachix-action/compare/v14...v15)

---
updated-dependencies:
- dependency-name: cachix/cachix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-27 05:41:14 +00:00
2 changed files with 6 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: nix-script
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v15
with:
name: nix-script
skipPush: true

View File

@ -1,3 +1,7 @@
# ⚠️ Unmaintained ⚠️
nix-script is no longer maintained at this repo. Check https://github.com/dschrempf/nix-script for the most up-to-date fork as of this writing, or https://github.com/BrianHicks/nix-script/forks to find others. Happy hacking!
# nix-script
`nix-script` lets you write quick scripts in compiled languages, transparently compile and cache them, and pull in whatever dependencies you need from the Nix ecosystem.