Skip to content

desktop: add nix-alien-ld #194

desktop: add nix-alien-ld

desktop: add nix-alien-ld #194

Workflow file for this run

name: mirror
on: [push]
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: "https://codeberg.org/bricked/nixdots.git"
GIT_USERNAME: bricked
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}