mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-09 06:55:30 +00:00
CI: use DetSys Nix Installer action
This commit is contained in:
parent
06e265ad7d
commit
684ba80157
4 changed files with 25 additions and 32 deletions
10
.github/workflows/cachix.yml
vendored
10
.github/workflows/cachix.yml
vendored
|
|
@ -34,13 +34,9 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
name: Checkout
|
||||
|
||||
- uses: cachix/install-nix-action@v20
|
||||
with:
|
||||
extra_nix_config: |
|
||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||
auto-optimise-store = true
|
||||
experimental-features = nix-command flakes
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@main
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
|
||||
- uses: cachix/cachix-action@v12
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue