add system.html

This commit is contained in:
41666 2024-03-25 22:12:03 -04:00
parent a09c4032fb
commit faca2249d8
2 changed files with 114 additions and 31 deletions

View file

@ -1,5 +1,6 @@
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
buildInputs = with pkgs; [
nodePackages.serve
nodePackages.prettier
];
}