feat: oh ah
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user