.github: remove nix channel, is fetched explicitly

This commit is contained in:
Profpatsch 2020-11-30 22:51:49 +01:00
parent 6d34cf1038
commit 805358c8ec
2 changed files with 1 additions and 3 deletions

View File

@ -16,6 +16,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=channel:nixos-20.09
- run: ./test.sh

View File

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i python3 -p python3 curl nix
#!nix-shell -I nixpkgs=./nixpkgs.nix -i python3 -p python3 curl nix
import json
import re