1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 23:12:44 +01:00

Move call-flake.nix into libexpr

This commit is contained in:
Eelco Dolstra 2020-03-11 16:34:46 +01:00
parent 35f6651735
commit e188fe7c6d
5 changed files with 13 additions and 5 deletions

View file

@ -343,7 +343,7 @@ void LocalStore::openDB(State & state, bool create)
/* Initialise the database schema, if necessary. */
if (create) {
const char * schema =
static const char schema[] =
#include "schema.sql.gen.hh"
;
db.exec(schema);