mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
enhance github workflow
This commit is contained in:
parent
db6d83c61e
commit
d1ad09a897
1 changed files with 3 additions and 3 deletions
|
|
@ -10,10 +10,10 @@ jobs:
|
||||||
- uses: cachix/install-nix-action@v13
|
- uses: cachix/install-nix-action@v13
|
||||||
with:
|
with:
|
||||||
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210429_d15a196/install
|
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210429_d15a196/install
|
||||||
|
extra_nix_config: experimental-features = nix-command flakes
|
||||||
|
|
||||||
- run: echo "experimental-features = nix-command flakes" | sudo tee -a /etc/nix/nix.conf
|
|
||||||
- name: Run Nix Flake Check
|
- name: Run Nix Flake Check
|
||||||
run: nix flake check
|
run: nix -Lv flake check
|
||||||
|
|
||||||
- name: Check Nix parsing
|
- name: Check Nix parsing
|
||||||
run: nix-shell --command "evalnix"
|
run: nix -Lv develop -c "evalnix"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue