Compare commits

..

No commits in common. "4548914209564aeff32627cbd4483350e5bd3556" and "9d0385326cfe18f63d347cb487d0680f58434561" have entirely different histories.

2 changed files with 19 additions and 19 deletions

View File

@ -21,21 +21,21 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: nix flake check --accept-flake-config - run: nix flake check --accept-flake-config
- run: nix ./utils/attic-push.bash - run: nix ./utils/attic-push.bash
# build-checks: build-checks:
# name: "Build nix outputs" name: "Build nix outputs"
# runs-on: ubuntu-latest runs-on: ubuntu-latest
# steps: steps:
# - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/nix-installer-action@main
# - name: Setup Attic cache - name: Setup Attic cache
# uses: ryanccn/attic-action@v0 uses: ryanccn/attic-action@v0
# with: with:
# endpoint: ${{ secrets.ATTIC_ENDPOINT }} endpoint: ${{ secrets.ATTIC_ENDPOINT }}
# cache: ${{ secrets.ATTIC_CACHE }} cache: ${{ secrets.ATTIC_CACHE }}
# token: ${{ secrets.ATTIC_TOKEN }} token: ${{ secrets.ATTIC_TOKEN }}
# skip-push: "true" skip-push: "true"
# - uses: actions/checkout@v4 - uses: actions/checkout@v4
# - name: Build all outputs - name: Build all outputs
# run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --build . run: nix run git+https://nayeonie.com/ahuston-0/flake-update-diff -- --build .
# - name: Push to Attic - name: Push to Attic
# run: nix ./utils/attic-push.bash run: nix ./utils/attic-push.bash
# continue-on-error: true continue-on-error: true

View File

@ -23,7 +23,7 @@
}, },
"pulls": { "pulls": {
"type": "giteapulls", "type": "giteapulls",
"value": "nayeonie.com ahuston-0 nix-dotfiles https", "value": "nayeonie.com alice nix-dotfiles https",
"emailresponsible": false "emailresponsible": false
} }
} }