services-flake/test
Shivaraj B H f158353b59
fix(mysql)!: look for *.sql files in the top-level schema directory (#154)
* mysql service would assume that all the `*.sql` files in the directory, provided by `initialDatabases [{ schema = <directory>; … }]`, exists in a folder named [mysql-databases](291e7be83a/nix/mysql.nix (L239-L241)), after this change it would just look for all the `*.sql` files in the top-level schema directory.
* add tests
2024-03-18 22:32:08 +05:30
..
nix test: refactor, by factoring 'pkgs' in its own module 2024-03-07 15:08:14 -05:00
flake.lock test: refactor, by factoring 'pkgs' in its own module 2024-03-07 15:08:14 -05:00
flake.nix fix(mysql)!: look for *.sql files in the top-level schema directory (#154) 2024-03-18 22:32:08 +05:30