astro: init astro template
This commit is contained in:
parent
a4368b5ddc
commit
44feb0b485
40 changed files with 3355 additions and 4258 deletions
24
templates/astro/flake/shell.nix
Normal file
24
templates/astro/flake/shell.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
mkShell,
|
||||
nodePackages,
|
||||
astro-language-server,
|
||||
pnpm,
|
||||
nixfmt-rfc-style,
|
||||
deadnix,
|
||||
statix,
|
||||
nil,
|
||||
}:
|
||||
mkShell {
|
||||
name = "astro";
|
||||
packages = builtins.attrValues {
|
||||
inherit (nodePackages) nodejs prettier;
|
||||
inherit
|
||||
astro-language-server
|
||||
pnpm
|
||||
nixfmt-rfc-style
|
||||
deadnix
|
||||
statix
|
||||
nil
|
||||
;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue