removing old command from pipeline

This commit is contained in:
revol-xut 2022-12-17 18:05:19 +01:00
parent 01129ebf17
commit 09d8697f7a
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07

View file

@ -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'