lisiting channels

This commit is contained in:
revol-xut 2022-12-17 17:57:05 +01:00
parent e0ef7537e1
commit 3395b47405
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07

View file

@ -24,4 +24,5 @@ jobs:
- run: nix-channel --list
- run: nix-channel --add https://nixos.org/channels/nixos-22.11 nixos
- run: nix-channel --update
- run: nix-channel --list
- run: nix-shell -p nixpkgs-fmt --run 'nixpkgs-fmt . --check'