rework: fix all vulnerabilities
runner nix smoke / nix label and flake smoke (push) Failing after 7s

This commit is contained in:
2026-09-08 10:36:38 +00:00
parent 01a0d6e00a
commit 6f80f672f2
17 changed files with 62 additions and 73 deletions
+8 -3
View File
@@ -10,10 +10,15 @@ on:
- flake.lock
- flake.nix
- infra/gitea-runners/**
- lib/**
- legacy/**
- nixos/**
- package/**
- test/**
jobs:
smoke:
name: nix label smoke
name: nix label and flake smoke
runs-on: nix
steps:
- name: Checkout repository
@@ -26,7 +31,7 @@ jobs:
nix config show substituters
nix config show trusted-public-keys
- name: Repository flake metadata
- name: Repository flake evaluation
run: |
set -eu
nix flake metadata --no-write-lock-file
nix --option eval-cache false flake check --no-build --no-write-lock-file