mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-05-07 17:23:12 +00:00
README: switch to github for fetching nixpkgs
Channels will become deprecated in future. Fetching github from github sounds like a safer choice (maybe faster?)
This commit is contained in:
parent
fa64b9ec04
commit
acda315c0e
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
- uses: cachix/install-nix-action@v12
|
- uses: cachix/install-nix-action@v12
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz
|
||||||
- run: nix-build
|
- run: nix-build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue