Skip to content

switch to auto-cpufreq #20

switch to auto-cpufreq

switch to auto-cpufreq #20

Workflow file for this run

name: check
on: push
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v19
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Outputs
run: |
nix flake show
- name: Check
run: |
nix flake check