mirror of
https://github.com/Mic92/nix-update.git
synced 2024-11-03 21:04:49 +03:00
drop install_url
This commit is contained in:
parent
a494f951a7
commit
079aac11c7
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user