[shell] Added shell for formatting entire repo

This commit is contained in:
Martin Berg Alstad 2025-04-16 14:15:54 +02:00
parent 8f1782eccd
commit b9e009b0cb
Signed by: martials
GPG Key ID: 706F53DD087A91DE

View File

@ -10,4 +10,13 @@
nh nh
]; ];
}; };
# Formatters needed for 'just fmt'
format = pkgs.mkShell {
packages = with pkgs; [
nodePackages.prettier
nixfmt-rfc-style
treefmt
shfmt
];
};
} }