added the plan and ideas to the README.md

This commit is contained in:
Tomas Rivera
2026-03-29 11:10:28 +02:00
parent e33550ce21
commit a4fc334ac2
3 changed files with 39 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [
pkgs.vivify
];
}