pls work
Some checks failed
nixos config pipeline / show-flake (push) Successful in 28s
nixos config pipeline / deploy (push) Failing after 4s

This commit is contained in:
smayzy 2025-08-09 17:57:58 +02:00
parent fb8207c1c9
commit 170cf22a58

View File

@ -8,12 +8,12 @@ jobs:
outputs:
check-success: ${{ steps.check.outcome == 'success' }}
steps:
- name: Checkout repo
- name: checkout repo
uses: actions/checkout@v4
- name: Install Nix
- name: install Nix
uses: cachix/install-nix-action@v31
- id: check
name: Run nix flake show
name: run nix flake show
run: nix flake show --show-trace
deploy: