devshell/lib/modules/default.nix

7 lines
52 B
Nix
Raw Normal View History

2025-07-31 12:37:19 +02:00
{
imports = [
./main.nix
./env.nix
];
}