nix/shared/db.nix
2025-08-02 00:09:30 +02:00

7 lines
No EOL
87 B
Nix

{ ... }:
{
# Import dependencies
imports = [
./db/postgres.nix
];
}