Add build step for ed template in CI workflow

This commit is contained in:
Daniel Winkler 2026-02-16 11:01:54 +11:00 committed by GitHub
commit be5572e84d
Failed to generate hash of commit

View file

@ -24,3 +24,4 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
extraPullNames: rstats-on-nix, nix-community extraPullNames: rstats-on-nix, nix-community
- run: nix build ./templates/rde - run: nix build ./templates/rde
- run: nix build ./templates/ed