feat: +neuro devshell

This commit is contained in:
2026-02-20 12:06:55 +00:00
parent 2d289c7f0c
commit 519f531dd5
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{
system,
pkgs,
self,
}: pkgs.mkShell {
buildInputs = [];
}