調査日時: 2026-04-06
対象システム: comabook (NixOS 26.05, Kernel 6.12.64)
4月6日(月) 19:10:20 JST にブートが開始されたが、journald の起動直後にシステムが応答不能となり、ほぼ即時クラッシュした。次のブートは 19:32:05 JST(約22分後)に開始されており、この間に手動でリブートしたと推測される。
| { | |
| "nodes": { | |
| "nixpkgs": { | |
| "locked": { | |
| "lastModified": 1773628058, | |
| "narHash": "sha256-hpXH0z3K9xv0fHaje136KY872VT2T5uwxtezlAskQgY=", | |
| "owner": "nixos", | |
| "repo": "nixpkgs", | |
| "rev": "f8573b9c935cfaa162dd62cc9e75ae2db86f85df", | |
| "type": "github" |
$2a$11$sG7cAo8d.cTrkkoRdly6J.mU5B34G9zREEU6.W3Awcmwv4IO9rDEO
Deno's node:sqlite implementation does not support numbered positional parameters like ?1, ?2, etc. This causes a "column index out of range" error when using this SQLite parameter syntax, which is a deviation from Node.js behavior and standard SQLite functionality.
| { | |
| inputs = { | |
| nixpkgs.url = "github:nixos/nixpkgs?ref=nixpkgs-unstable"; | |
| treefmt-nix.url = "github:numtide/treefmt-nix"; | |
| flake-parts.url = "github:hercules-ci/flake-parts"; | |
| systems.url = "github:nix-systems/default"; | |
| git-hooks-nix.url = "github:cachix/git-hooks.nix"; | |
| devenv.url = "github:cachix/devenv"; | |
| gleam-overlay.url = "github:Comamoca/gleam-overlay"; | |
| gleam2nix.url = "git+https://git.isincredibly.gay/srxl/gleam2nix"; |