skip nix install
This commit is contained in:
parent
fbb98f3d4b
commit
52397a6682
1 changed files with 6 additions and 6 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -22,12 +22,12 @@ jobs:
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install Nix
|
# - name: Install Nix
|
||||||
uses: https://github.com/cachix/install-nix-action@v26
|
# uses: https://github.com/cachix/install-nix-action@v26
|
||||||
with:
|
# with:
|
||||||
extra_nix_config: |
|
# extra_nix_config: |
|
||||||
experimental-features = nix-command flakes
|
# experimental-features = nix-command flakes
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
# nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
- uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
|
||||||
- uses: https://github.com/cachix/cachix-action@v14
|
- uses: https://github.com/cachix/cachix-action@v14
|
||||||
if: ${{ !github.event.pull_request.head.repo.fork }}
|
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||||
|
|
Reference in a new issue