mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-08 09:54:28 +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
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ jobs:
|
|||
- uses: actions/checkout@v2.3.4
|
||||
- uses: cachix/install-nix-action@v12
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz
|
||||
- run: nix-build
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue