mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02:00
feat: disable flake_check in ci
This commit is contained in:
47
.github/workflows/flake_check.yml
vendored
47
.github/workflows/flake_check.yml
vendored
@@ -1,23 +1,24 @@
|
|||||||
# 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
|
echo 'TODO: nix flake check'
|
||||||
|
# nix flake check
|
||||||
|
|||||||
Reference in New Issue
Block a user