mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Use fluid scale custom properties and make everything mobile friendly
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
in
|
||||
{
|
||||
api = pkgs.mkShell {
|
||||
packages = with pkgs; [ postgresql_16 ];
|
||||
shellHook = ''
|
||||
alias dbmate="${pkgs.dbmate}/bin/dbmate --url postgres://postgres@localhost:15432/archtika?sslmode=disable"
|
||||
alias formatsql="${pkgs.pgformatter}/bin/pg_format -s 2 -f 2 -U 2 -i db/migrations/*.sql"
|
||||
|
||||
Reference in New Issue
Block a user