Skip to content

feat: logs

feat: logs #180

Workflow file for this run

name: "Cachix"
on:
pull_request:
push:
workflow_dispatch:
jobs:
builds:
name: Build configuration
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.1
with:
fetch-depth: 0 # Nix Flakes doesn't work on shallow clones
- uses: cachix/install-nix-action@v12
with:
install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-3.0pre20201007_5257a25/install
extra_nix_config: |
experimental-features = nix-command flakes
- uses: cachix/cachix-action@v8
with:
name: jrestivo
signingKey: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#nixosConfigurations.laptop.config.system.build.toplevel -L