Skip to content

chore(limonka)!: rename modules -> homeModules #13

chore(limonka)!: rename modules -> homeModules

chore(limonka)!: rename modules -> homeModules #13

Workflow file for this run

name: "Check flake outputs (no build)"
on:
pull_request:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@v4
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v15
with:
name: rix101
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: |
# NOTE: `--no-build` to avoid building darwin stuff
nix flake check --no-build --verbose --print-build-logs