Skip to content

deps(rust): bump time from 0.3.37 to 0.3.39 #32

deps(rust): bump time from 0.3.37 to 0.3.39

deps(rust): bump time from 0.3.37 to 0.3.39 #32

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"