mirror of
https://github.com/justinwoo/easy-dhall-nix.git
synced 2024-11-23 03:29:42 +01:00
.github: remove nix channel, is fetched explicitly
This commit is contained in:
parent
6d34cf1038
commit
805358c8ec
2 changed files with 1 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -16,6 +16,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: cachix/install-nix-action@v12
|
- uses: cachix/install-nix-action@v12
|
||||||
with:
|
|
||||||
nix_path: nixpkgs=channel:nixos-20.09
|
|
||||||
- run: ./test.sh
|
- run: ./test.sh
|
||||||
|
|
2
fetch.py
2
fetch.py
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env nix-shell
|
#!/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 json
|
||||||
import re
|
import re
|
||||||
|
|
Loading…
Reference in a new issue