Prerequisites nix with flake support Start the application nix develop -c sqlite3 db.sqlite <create_table.sql build the app (nix build) run the app (nix run .# -- --db_file db.sqlite)