Merge branch 'main' into next

This commit is contained in:
Aarnav Tale
2025-10-30 23:52:35 -04:00
committed by GitHub
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const databaseConfig = type({
type: '"sqlite" | "sqlite3"',
sqlite: {
path: 'string',
write_head_log: goBool.default(true),
write_ahead_log: goBool.default(true),
wal_autocheckpoint: 'number = 1000',
},
})
+1 -1
View File
@@ -25,7 +25,7 @@ export default defineConfig({
{ text: 'Docker', link: '/install/docker' },
],
},
{ text: 'Configuration', link: '/Configuration' },
{ text: 'Configuration', link: '/configuration' },
{ text: 'Nix', link: '/Nix' },
{ text: 'NixOS', link: '/NixOS-options' },
{
Generated
+3 -3
View File
@@ -40,11 +40,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1760164275,
"narHash": "sha256-gKl2Gtro/LNf8P+4L3S2RsZ0G390ccd5MyXYrTdMCFE=",
"lastModified": 1761349956,
"narHash": "sha256-tH3wHnOJms+U4k/rK2Nn1RfBrhffX92jLP/2VndSn0w=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "362791944032cb532aabbeed7887a441496d5e6e",
"rev": "02f2cb8e0feb4596d20cc52fda73ccee960e3538",
"type": "github"
},
"original": {
+1 -1
View File
@@ -36,7 +36,7 @@ in
runHook preBuild
cp ${headplane-ssh-wasm}/hp_ssh.wasm app/hp_ssh.wasm
cp ${headplane-ssh-wasm}/wasm_exec.js app/wasm_exec.js
pnpm build
pnpm react-router build
runHook postBuild
'';