Skip to content

Add a clean nix/nixos development enviroment #2

Add a clean nix/nixos development enviroment

Add a clean nix/nixos development enviroment #2

Workflow file for this run

name: Run nix checks on prs
on:
pull_request:
branches: [ "master", "rewrite/v3" ]
defaults:
run:
shell: bash
jobs:
check:
name: Check Nix
runs-on: ubuntu-latest
steps:
- name: Checkout codebase
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: "extra-experimental-features = nix-command flakes"
- name: Run flake check
run: nix flake check --all-systems