Skip to content

fix: Set SSH_AUTH_SOCK iff not defined #96

fix: Set SSH_AUTH_SOCK iff not defined

fix: Set SSH_AUTH_SOCK iff not defined #96

Workflow file for this run

name: Create cache on cachix
on:
push:
branches: [home]
env:
NIXPKGS_ALLOW_UNFREE: 1
jobs:
cache:
uses: aiotter/systems/.github/workflows/cache.yml@master
with:
targets: .#home-manager .#homeConfigurations.$(nix eval --expr builtins.currentSystem --impure).default.activationPackage
secrets:
cachix-auth-token: ${{ secrets.CACHIX_AUTH_TOKEN }}