Skip to content

home/vscodium: "null" -> null #176

home/vscodium: "null" -> null

home/vscodium: "null" -> null #176

Workflow file for this run

name: "nix"
on: [push]
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: cachix/install-nix-action@v27
- name: check if flake complies with default style
run: nix fmt -- -c .
check-eval:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: cachix/install-nix-action@v27
- name: check if flake evaluates
run: nix flake check