Skip to content

lazygit: Remove border when displaying in tmux #37

lazygit: Remove border when displaying in tmux

lazygit: Remove border when displaying in tmux #37

Workflow file for this run

name: "Build babbel system"
on:
push:
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: "Install Nix"
uses: cachix/install-nix-action@V27
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: "accept-flake-config = true"
- uses: cachix/cachix-action@v15
with:
name: juanibiapina
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: "Build babbel configuration"
run: "nix build .#darwinConfigurations.babbel.config.system.build.toplevel"