updating and adding channel

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

View file

@ -21,6 +21,7 @@ jobs:
with:
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix-channel --list
- run: nix-channel --add https://nixos.org/channels/nixos-22.11 nixos
- run: nix-channel --update
- run: nix-shell -p nixpkgs-fmt --run 'nixpkgs-fmt . --check'