feat: oh ah
runner ubuntu smoke / ubuntu-latest label smoke (push) Successful in 0s
runner nix smoke / nix label and flake smoke (push) Failing after 8s

This commit is contained in:
2026-09-10 13:17:05 +00:00
parent 4e1c4638cd
commit a4a7656459
8 changed files with 26 additions and 9 deletions
@@ -17,6 +17,7 @@ jobs:
env:
NIX_CONFIG: |
fallback = false
http2 = false
extra-substituters = https://cache.nixos.org https://cache.hectic-lab.com/hectic
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hectic:KMQsKow4SoA9K2vOJlOljmx7/Zpf91Yy+5qEtxDDCzA=
steps:
@@ -25,6 +26,7 @@ jobs:
set -eu
nix --version
nix config show download-buffer-size
nix config show http2
nix config show fallback
nix config show substituters
+2
View File
@@ -18,6 +18,7 @@ jobs:
env:
NIX_CONFIG: |
fallback = true
http2 = false
extra-substituters = https://cache.nixos.org https://cache.hectic-lab.com/hectic
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hectic:KMQsKow4SoA9K2vOJlOljmx7/Zpf91Yy+5qEtxDDCzA=
steps:
@@ -32,6 +33,7 @@ jobs:
set -eu
uname -a
nix --version
nix config show http2
nix config show fallback
nix config show download-buffer-size
nix config show substituters
+2
View File
@@ -18,6 +18,7 @@ jobs:
env:
NIX_CONFIG: |
fallback = true
http2 = false
extra-substituters = https://cache.nixos.org https://cache.hectic-lab.com/hectic
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hectic:KMQsKow4SoA9K2vOJlOljmx7/Zpf91Yy+5qEtxDDCzA=
steps:
@@ -32,6 +33,7 @@ jobs:
set -eu
uname -a
nix --version
nix config show http2
nix config show fallback
nix config show substituters
nix config show trusted-public-keys
+6
View File
@@ -20,6 +20,11 @@ jobs:
smoke:
name: nix label and flake smoke
runs-on: nix
env:
NIX_CONFIG: |
http2 = false
extra-substituters = https://cache.nixos.org https://cache.hectic-lab.com/hectic
extra-trusted-public-keys = hectic:KMQsKow4SoA9K2vOJlOljmx7/Zpf91Yy+5qEtxDDCzA=
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
@@ -28,6 +33,7 @@ jobs:
run: |
set -eu
nix --version
nix config show http2
nix config show substituters
nix config show trusted-public-keys