Skip to content

chore(comms): disable TUI's (gomuks, tgt) #347

chore(comms): disable TUI's (gomuks, tgt)

chore(comms): disable TUI's (gomuks, tgt) #347

Workflow file for this run

# This file was autogenerated by actions.nix. Do not edit it manually.
# To make changes, edit the workflow definition in your flake's actions-nix configuration
# (typically under flake.actions-nix.workflows.".github/workflows/nixos-build.yml") and run:
# nix run .#render-workflows
# Or commit to trigger the pre-commit hook if enabled.
jobs:
build-nixos-configuration:
environment:
name: dev
permissions:
contents: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@main
with:
fetch-depth: 1
persist-credentials: false
- name: Install Nix
uses: nixbuild/nix-quick-install-action@master
- name: Magic Nix Cache(Use Github Actions Cache)
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Configure to use personal binary cache @ Cachix
uses: cachix/cachix-action@master
with:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
name: divitmittal
- name: SSH-agent with auth for private repos
uses: webfactory/ssh-agent@master
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Builds a nixos configuration
run: nix -vL build --accept-flake-config .#nixosConfigurations.WSL.config.system.build.toplevel
--show-trace
timeout-minutes: 90
'on':
pull_request:
branches:
- master
paths-ignore:
- '**/*.md'
- '**/*.adoc'
- '**/*.jpeg'
- '**/*.jpg'
- '**/*.png'
- '**/*.svg'
- .github/**
- .git*
- assets/**
- common/home/**
- common/hosts/droid/**
- common/hosts/darwin/**
- home/**
- hosts/droid/**
- hosts/darwin/**
- modules/home/**
- modules/hosts/droid/**
- modules/hosts/darwin/**
push:
branches:
- master
paths-ignore:
- '**/*.md'
- '**/*.adoc'
- '**/*.jpeg'
- '**/*.jpg'
- '**/*.png'
- '**/*.svg'
- .github/**
- .git*
- assets/**
- common/home/**
- common/hosts/droid/**
- common/hosts/darwin/**
- home/**
- hosts/droid/**
- hosts/darwin/**
- modules/home/**
- modules/hosts/droid/**
- modules/hosts/darwin/**
workflow_dispatch: {}