Example Dendritic Nix setup implemented without flakes nor flake-parts.
dendrix.oeiuwq.com/Dendritic.html#no-dependencies
nix
unflake
dendritic
1name: test
2on:
3 push:
4 branches: ["main"]
5 pull_request:
6jobs:
7 test:
8 name: Test
9 runs-on: ubuntu-latest
10 steps:
11 - uses: wimpysworld/nothing-but-nix@main
12 - uses: cachix/install-nix-action@v31
13 - uses: DeterminateSystems/magic-nix-cache-action@main
14 - uses: actions/checkout@v5
15 - run: nix-build . --attr nixosConfigurations.my-laptop.config.system.build.toplevel