Skip to content

Align with recent Stylix changes #854

Align with recent Stylix changes

Align with recent Stylix changes #854

Workflow file for this run

name: "cachix"
on:
push:
pull_request:
jobs:
nixos-unstable:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: niri
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Build packages and push to cachix
run: nix-store --query --requisites $(nix-store --query --deriver $(nix build --print-out-paths .#niri-stable .#niri-unstable .#niri-stable-for-nixos-stable .#niri-unstable-for-nixos-stable)) | cachix push niri