mirror of
https://github.com/BrianHicks/nix-script.git
synced 2024-11-25 10:46:29 +03:00
Compare commits
5 Commits
fefac33e8e
...
e87b87458d
Author | SHA1 | Date | |
---|---|---|---|
|
e87b87458d | ||
|
124d7004b9 | ||
|
5d6efb61d6 | ||
|
ec6bb4ac7e | ||
|
8fcb190eba |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user