removing old command from pipeline
This commit is contained in:
parent
01129ebf17
commit
09d8697f7a
3
.github/workflows/fmt.yaml
vendored
3
.github/workflows/fmt.yaml
vendored
|
@ -22,9 +22,6 @@ jobs:
|
||||||
extra_nix_config: |
|
extra_nix_config: |
|
||||||
experimental-features = nix-command flakes
|
experimental-features = nix-command flakes
|
||||||
|
|
||||||
- run: nix-channel --list
|
|
||||||
- run: nix-channel --add https://nixos.org/channels/nixos-22.11 nixos
|
- run: nix-channel --add https://nixos.org/channels/nixos-22.11 nixos
|
||||||
- run: nix-channel --update
|
- run: nix-channel --update
|
||||||
- run: nix-channel --list
|
|
||||||
- run: nix shell nixpkgs#nixpkgs-fmt -c nixpkgs-fmt . --check
|
- run: nix shell nixpkgs#nixpkgs-fmt -c nixpkgs-fmt . --check
|
||||||
- run: nix-shell -p nixpkgs-fmt --run 'nixpkgs-fmt . --check'
|
|
||||||
|
|
Loading…
Reference in a new issue