Skip to content

❄️: flake update (#344) #359

❄️: flake update (#344)

❄️: flake update (#344) #359

Workflow file for this run

name: create template
on:
push:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "provision home-mananger"
uses: ./.github/actions/runner
id: runner
with:
cachix-endpoint: "${{ github.repository_owner }}"
cachix-token: '${{ secrets.CACHIX_TOKEN }}'
- name: "strip main into template"
run: |
rm flake.lock # easy unlock lol
nix run ".#_clean"
- name: "deploy"
uses: JamesIves/[email protected]
with:
branch: template
folder: .