Some Cleanup, Hopefully Actually Fixed Caching #7
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
| # This doesn't quite do the same thing that happens on ACMCLOCK, because I don't think Github will host a NixOS VM for us. | |
| # Still, it's better than nothing. | |
| name: Nix CI | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: DeterminateSystems/nix-installer-action@v20 | |
| - run: nix build |