tangled
alpha
login
or
join now
oeiuwq.com
/
den
8
fork
atom
Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/
den.oeiuwq.com
configurations
den
dendritic
nix
aspect
oriented
8
fork
atom
overview
issues
4
pulls
2
pipelines
update gh nix action
oeiuwq.com
3 months ago
b149b3d9
d6c21bab
+3
-3
1 changed file
expand all
collapse all
unified
split
.github
workflows
test.yml
+3
-3
.github/workflows/test.yml
···
16
16
name: nix flake check
17
17
runs-on: ubuntu-latest
18
18
steps:
19
19
-
- uses: cachix/install-nix-action@v30
19
19
+
- uses: cachix/install-nix-action@v31
20
20
- run: nix flake check -L github:vic/checkmate --override-input target github:$GITHUB_REPOSITORY/$GITHUB_SHA
21
21
template:
22
22
needs: [non-draft]
···
29
29
steps:
30
30
- uses: wimpysworld/nothing-but-nix@main
31
31
if: matrix.os == 'ubuntu-latest'
32
32
-
- uses: DeterminateSystems/nix-installer-action@main
33
33
-
- uses: DeterminateSystems/magic-nix-cache-action@main
32
32
+
- uses: cachix/install-nix-action@v31
33
33
+
- uses: DeterminateSystems/magic-nix-cache-action@v13
34
34
- run: nix flake init -t github:$GITHUB_REPOSITORY/$GITHUB_SHA#${{matrix.template}}
35
35
- run: |
36
36
cat <<-EOF > modules/ci-runtime.nix