Skip to content

build(deps): bump github.com/adrg/xdg from 0.5.0 to 0.5.1 #129

build(deps): bump github.com/adrg/xdg from 0.5.0 to 0.5.1

build(deps): bump github.com/adrg/xdg from 0.5.0 to 0.5.1 #129

Workflow file for this run

name: Nix
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v24
- name: Nix version
run: nix --version
- name: Nix build
run: nix build -L .#packages.x86_64-linux.process-compose