github.nixpkgs-fmt: Only use nixpkgs-fmt in workflow check

This commit is contained in:
adisbladis 2022-05-10 07:44:18 +12:00
parent e03a02c20a
commit 6050e255ea

View file

@ -12,7 +12,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- uses: actions/checkout@v2.4.0
- name: Check format
run: ./check-fmt
run: nix-shell --arg packages 'pkgs: [ pkgs.nixpkgs-fmt ]' --run 'nixpkgs-fmt --check .'
py2-compat:
runs-on: ubuntu-latest