Skip to content

Update NixOS and HM to 23.11 #133

Update NixOS and HM to 23.11

Update NixOS and HM to 23.11 #133

Workflow file for this run

---
name: Push flake inputs to Cachix
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install Nix
uses: cachix/install-nix-action@v23
- name: Install Cachix
uses: cachix/cachix-action@v12
with:
name: pdalpra
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Push flake inputs to Cachix
run: nix flake archive --json | jq -r '.path,(.inputs|to_entries[].value.path)' | cachix push
pdalpra