added dev.nix

This commit is contained in:
kenji
2025-07-08 23:07:47 -05:00
parent 83cdb81173
commit 0181c007fe
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
imports = [
../../packages/python/default.nix
];
}