Fixed CI Workflow

This commit is contained in:
2026-06-22 20:41:42 +02:00
parent 323ed6ec9e
commit 7f3b6be59b
+2 -6
View File
@@ -8,15 +8,11 @@ on:
jobs:
check:
runs-on: nix
env:
PATH: "/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/run/current-system/sw/bin:/usr/bin:/bin"
steps:
- uses: actions/checkout@v4
- name: Setup age key
run: |
mkdir -p ~/.config/sops/age
echo "${{ secrets.AGE_KEY }}" > ~/.config/sops/age/keys.txt
chmod 600 ~/.config/sops/age/keys.txt
- name: Nix flake check
run: nix flake check --no-build