mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 23:52:39 +02:00
feat: disable flake_check in ci
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
# 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
|
||||||
@@ -17,7 +17,8 @@
|
|||||||
# 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: |
|
||||||
|
echo 'TODO: nix flake check'
|
||||||
# nix flake check
|
# nix flake check
|
||||||
|
|||||||
Reference in New Issue
Block a user