Files
repomix-mirror/flake.lock
Kazuki Yamada 6984d4458a feat(nix): Add flake with development shell
intent(nix): provide reproducible dev environment for Nix users without requiring NixOS
decision(nix-flake-style): inline forAllSystems via lib.genAttrs + lib.systems.flakeExposed instead of pulling in flake-utils
rejected(flake-utils): adds an extra input for trivial system iteration — modern flakes prefer no dependency for this
decision(nix-shell): mkShellNoCC over mkShell — no C compiler needed for npm-based development
decision(node-version): nodejs_24 to match .tool-versions (24.14.0) used by CI, not Dockerfile's node:22-slim
constraint(nix-formatter): pkgs.nixfmt is the canonical name now — pkgs.nixfmt-rfc-style emits a deprecation warning
learned(nix-fish): official installer skips fish setup; users need to source /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish from conf.d
2026-04-30 23:37:37 +09:00

28 lines
567 B
JSON

{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1777268161,
"narHash": "sha256-bxrdOn8SCOv8tN4JbTF/TXq7kjo9ag4M+C8yzzIRYbE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1c3fe55ad329cbcb28471bb30f05c9827f724c76",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}