From 805358c8ec490c76ff568a0528a8a3ebf59fbe3e Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 30 Nov 2020 22:51:49 +0100 Subject: [PATCH] .github: remove nix channel, is fetched explicitly --- .github/workflows/ci.yml | 2 -- fetch.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05ea48a..e966cb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/fetch.py b/fetch.py index 974aeb0..c977251 100755 --- a/fetch.py +++ b/fetch.py @@ -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