Skip to content

Entra Id is case insensitive, cache lookup must match #29

Entra Id is case insensitive, cache lookup must match

Entra Id is case insensitive, cache lookup must match #29

Workflow file for this run

---
name: NixOS
# Trigger the workflow on push or pull request
on:
pull_request:
branches:
- main
jobs:
nixos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
extra_nix_config: experimental-features = nix-command flakes
- run: nix flake check
- run: nix build --max-jobs 1 ".#himmelblau" ".#himmelblau-desktop"