mirror of
https://github.com/yamadashy/repomix.git
synced 2026-05-30 11:18:53 +02:00
6984d4458a
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
28 lines
567 B
JSON
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
|
|
}
|