feat: enable copilot for markdown & yaml, try to fix nix comment identation

This commit is contained in:
Ryan Yin
2023-07-16 18:59:02 +08:00
parent b271e43df4
commit b3ac7784ca
2 changed files with 25 additions and 6 deletions

View File

@@ -200,8 +200,10 @@
};
formatter = {
x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixpkgs-fmt;
x86_64-darwin = nixpkgs.legacyPackages.x86_64-darwin.nixpkgs-fmt;
# format the nix code in this flake
# alejandra is a nix formatter with a beautiful output
x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.alejandra;
x86_64-darwin = nixpkgs.legacyPackages.x86_64-darwin.alejandra;
};
packages.x86_64-linux =