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

Configure Feed

Select the types of activity you want to include in your feed.

fix(ci): test using `just ci` like developers do (#435)

authored by

Victor Borja and committed by
GitHub
2abd1ca6 57f46a21

+2 -15
+2 -15
.github/workflows/test.yml
··· 31 31 - uses: wimpysworld/nothing-but-nix@v10 32 32 - uses: cachix/install-nix-action@v31 33 33 - uses: DeterminateSystems/magic-nix-cache-action@v13 34 - - run: nix flake init -t github:$GITHUB_REPOSITORY/$GITHUB_SHA#ci 35 - - run: sed -i "s@\"github:vic/den\"@\"github:vic/den/$GITHUB_SHA\"@" flake.nix 36 - if: matrix.os == 'ubuntu-latest' 37 - - run: sed -i '' "s@\"github:vic/den\"@\"github:vic/den/$GITHUB_SHA\"@" flake.nix 38 - if: matrix.os == 'macos-latest' 39 - - run: | 40 - cat <<-EOF > modules/ci-runtime.nix 41 - { lib, ... }: 42 - { 43 - _module.args.CI = true; 44 - } 45 - EOF 46 - - run: nix flake update den 47 - - run: nix flake metadata 48 - - run: nix flake check -L 34 + - uses: actions/checkout@v6 35 + - run: nix-shell --run 'just ci' 49 36 flake-check: 50 37 needs: [non-draft] 51 38 name: nix flake check