name: build packages on: push: jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v14 - name: Build run: | nix run \ github:Mic92/nix-fast-build -- \ --no-nom \ --skip-cached \ --option accept-flake-config true \ --option allow-import-from-derivation false \ --flake '.#packages'