Skip to content

Commit

Permalink
remove deprecated option
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Dec 7, 2020
1 parent b6b7e16 commit 835d193
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v12
with:
skip_adding_nixpkgs_channel: true

- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v8
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v12
with:
skip_adding_nixpkgs_channel: true

- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v8
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v12
with:
skip_adding_nixpkgs_channel: true

- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v8
Expand Down

0 comments on commit 835d193

Please sign in to comment.