Compare commits

..

No commits in common. "353ade5acc809697febeef1caa2c2a597224cd62" and "e32bc41b85886c7742cb9051c065086d51185a68" have entirely different histories.

2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

@ -53,11 +53,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1764081664,
"narHash": "sha256-sUoHmPr/EwXzRMpv1u/kH+dXuvJEyyF2Q7muE+t0EU4=",
"lastModified": 1761880412,
"narHash": "sha256-QoJjGd4NstnyOG4mm4KXF+weBzA2AH/7gn1Pmpfcb0A=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "dc205f7b4fdb04c8b7877b43edb7b73be7730081",
"rev": "a7fc11be66bdfb5cdde611ee5ce381c183da8386",
"type": "github"
},
"original": {

View file

@ -43,10 +43,10 @@
defaultFormat = ["prettier"];
formats = let
parser = "${self.packages.${pkgs.stdenv.hostPlatform.system}.prettier-plugin-astro}/index.js";
parser = "${self.packages.${pkgs.stdenv.system}.prettier-plugin-astro}/index.js";
in {
prettier = {
command = getExe pkgs.prettier;
command = getExe pkgs.nodePackages.prettier;
options.ft_parsers.astro = "astro";
prepend_args = ["--plugin=${parser}"];
};