1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-19 07:28:22 +03:00

Bump nix-install action to fix a bug on macOS

This commit is contained in:
Yann Hamdaoui 2021-11-02 15:33:39 +01:00
parent 1e54c73a8d
commit 5d133bbacf
5 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@ jobs:
fetch-depth: 0
- name: Installing Nix
uses: cachix/install-nix-action@v14
uses: cachix/install-nix-action@v14.1
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |

View File

@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
- name: Installing Nix
uses: cachix/install-nix-action@v14
uses: cachix/install-nix-action@v14.1
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |

View File

@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- name: Installing Nix
uses: cachix/install-nix-action@v14
uses: cachix/install-nix-action@v14.1
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |

View File

@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- name: Installing Nix
uses: cachix/install-nix-action@v14
uses: cachix/install-nix-action@v14.1
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |

View File

@ -15,7 +15,7 @@ jobs:
node-version: 14
- name: Installing Nix
uses: cachix/install-nix-action@v14
uses: cachix/install-nix-action@v14.1
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |