This commit is contained in:
parent
908b9c7b29
commit
358a0ffeed
@ -8,13 +8,12 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
check-flake:
|
check-flake:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: nixos/nix:latest
|
|
||||||
steps:
|
steps:
|
||||||
# - name: Install sudo
|
- name: Install sudo
|
||||||
# run: apt-get update && apt-get install sudo
|
run: apt-get update && apt-get install sudo
|
||||||
|
|
||||||
# - name: Install Nix
|
- name: Install Nix
|
||||||
# uses: https://github.com/cachix/install-nix-action@v20
|
uses: https://github.com/cachix/install-nix-action@v20
|
||||||
|
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -25,8 +24,4 @@ jobs:
|
|||||||
run: printenv | cut -d'=' -f1
|
run: printenv | cut -d'=' -f1
|
||||||
|
|
||||||
- name: Check Flake
|
- name: Check Flake
|
||||||
run: env -u GITHUB_TOKEN -u GITHUB_ENV -u GITHUB_SERVER_URL nix flake check --show-trace
|
run: env -u GITHUB_TOKEN -u GITHUB_ENV -u GITHUB_SERVER_URL nix flake check --show-trace
|
||||||
|
|
||||||
- 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