This commit is contained in:
parent
c2dd0b3330
commit
c99b8619b8
@ -12,8 +12,6 @@ jobs:
|
||||
- name: Install sudo
|
||||
run: apt-get update && apt-get install sudo
|
||||
|
||||
- run: wget https://api.github.com/repos/NixOS/nixpkgs/tarball/8dafae7c03d6aa8c2ae0a0612fbcb47e994e3fb8
|
||||
|
||||
- name: Install Nix
|
||||
uses: https://github.com/cachix/install-nix-action@v20
|
||||
|
||||
@ -23,4 +21,8 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Check Flake
|
||||
run: nix flake check
|
||||
run: nix flake check
|
||||
|
||||
- name: wget https://api.github.com/repos/NixOS/nixpkgs/tarball/8dafae7c03d6aa8c2ae0a0612fbcb47e994e3fb8
|
||||
if: always()
|
||||
run: wget https://api.github.com/repos/NixOS/nixpkgs/tarball/8dafae7c03d6aa8c2ae0a0612fbcb47e994e3fb8
|
Loading…
x
Reference in New Issue
Block a user