doc: cleanup #91
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Evaluate Image - GNOME | |
| on: | |
| push: | |
| branches: [master] | |
| pull_request: | |
| jobs: | |
| eval: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repo | |
| uses: actions/checkout@v4 | |
| - name: Install Nix | |
| uses: DeterminateSystems/nix-installer-action@main | |
| - name: GNOME image evaluation | |
| run: nix eval .#nixosConfigurations.image-gnome.config.system.build.toplevel | |