feat: +neuro devshell

This commit is contained in:
2026-02-20 12:06:55 +00:00
parent 9010b2678e
commit 799ad9a15d
2 changed files with 8 additions and 0 deletions

7
devshell/neuro.nix Normal file
View File

@@ -0,0 +1,7 @@
{
system,
pkgs,
self,
}: pkgs.mkShell {
buildInputs = [];
}