utility/nix-develop: init

This commit is contained in:
alfarel 2025-02-25 21:16:32 -05:00
commit dcc2edd9e1
6 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
imports = [
./config.nix
./nix-develop.nix
];
}