Skip to content

Install and activate xnode-personaliser #102

Install and activate xnode-personaliser

Install and activate xnode-personaliser #102

Workflow file for this run

---
on:
pull_request:
push:
branches:
- main
- dev
jobs:
build:
name: Build Nix targets
runs-on: ubuntu-22.04
steps:
- name: Git checkout
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v22
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v5
with:
check-owner: false # we use our own custom fork of nixpkgs stored in other org on GitHub, so this check would fail otherwise
check-supported: false # we use our own custom fork of nixpkgs which uses dev as the unstable integration branch, so this check would fail otherwise
ignore-missing-flake-lock: false
fail-mode: true
send-statistics: false