Skip to content

doc: change double-dashes to single #37

doc: change double-dashes to single

doc: change double-dashes to single #37

Workflow file for this run

name: Cache to Cachix
on: [push]
jobs:
cache:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v12
with:
name: balds
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- name: Push to Cachix
run: nix build . --no-link --print-out-paths | cachix push balds
- name: Push normies version to Cachix
run: nix build .#bin --no-link --print-out-paths | cachix push balds