mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 15:42:39 +02:00
fix: disable flake_check in ci temporarily
This commit is contained in:
@@ -1,23 +1,23 @@
|
|||||||
name: Nix Flake Check
|
# name: Nix Flake Check
|
||||||
|
#
|
||||||
on: [push, pull_request, workflow_dispatch]
|
# on: [push, pull_request, workflow_dispatch]
|
||||||
|
#
|
||||||
jobs:
|
# jobs:
|
||||||
checks:
|
# checks:
|
||||||
name: Check expressions
|
# name: Check expressions
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
#
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout repository
|
# - name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
- name: Install nix
|
# - name: Install nix
|
||||||
uses: cachix/install-nix-action@v24
|
# uses: cachix/install-nix-action@v24
|
||||||
with:
|
# with:
|
||||||
install_url: https://nixos.org/nix/install
|
# install_url: https://nixos.org/nix/install
|
||||||
extra_nix_config: |
|
# extra_nix_config: |
|
||||||
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
# access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
|
||||||
experimental-features = nix-command flakes
|
# experimental-features = nix-command flakes
|
||||||
|
#
|
||||||
- name: Run Nix Flake Check
|
# - name: Run Nix Flake Check
|
||||||
run: |
|
# run: |
|
||||||
nix flake check
|
# nix flake check
|
||||||
|
|||||||
Reference in New Issue
Block a user