drop install_url

This commit is contained in:
Jörg Thalheim 2021-11-15 08:40:32 +01:00
parent a494f951a7
commit 079aac11c7

View File

@ -8,8 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210604_8e6ee1b/install
- name: build
run: NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz nix-build
- name: Run tests