Skip to content

Run service with HOME set #3

Run service with HOME set

Run service with HOME set #3

Workflow file for this run

on:
pull_request:
push:
branches: [master]
jobs:
build:
name: Build Nix targets
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v3
- name: Build default package
run: nix flake check