fix: re-built code.

This commit is contained in:
Spencer Brower
2023-06-15 13:43:40 -04:00
parent 559217ac60
commit f46b68c709
8 changed files with 41 additions and 35 deletions

View File

@@ -14,6 +14,7 @@
in {
devShells.x86_64-linux.default = pkgs.mkShell {
buildInputs = with pkgs; [
nodejs
yarn
];
};