stable nixos channel

This commit is contained in:
lorin 2021-04-04 23:52:09 +02:00 committed by GitHub
parent 45555f4a20
commit cfa8e9c2ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
nix_path: nixpkgs=channel:nixos-20.09
- run: "nix-shell --run 'nanoc --env=prod'"
- uses: actions/checkout@v2