mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
only x86_64-linux
This commit is contained in:
parent
e7227cfe8c
commit
836fe9abd0
2 changed files with 6 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -10,7 +10,9 @@ jobs:
|
|||
- uses: cachix/install-nix-action@v16
|
||||
with:
|
||||
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.8.0pre20220311_d532269/install
|
||||
extra_nix_config: experimental-features = nix-command flakes
|
||||
extra_nix_config: |
|
||||
experimental-features = nix-command flakes
|
||||
allow-import-from-derivation = true
|
||||
|
||||
- name: Run Nix Flake Check
|
||||
run: nix -Lv flake check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue