Commit graph

4 commits

Author SHA1 Message Date
Sridhar Ratnakumar
e152445ec8 Switch 17 flake inputs to npins for faster nix evaluation
flake.lock: 87 → 8 nodes (1595 → 164 lines)

Only 6 flake inputs remain: flake-parts, nixpkgs, nix-darwin,
home-manager, nixos-unified, agenix. Everything else is pinned
via npins and lazily evaluated through flake-compat, so
`nix develop` and `nix run` no longer fetch/resolve 80+ transitive
dependency nodes.

Modules are unchanged — npins-derived inputs are merged into the
`inputs` attrset passed to mkFlake, preserving the existing
`flake.inputs.foo` / `inputs.foo` interface.
2026-03-28 10:33:16 -04:00
Sridhar Ratnakumar
d63c98de3a
chore: Redundant entry 2024-06-21 19:46:58 -04:00
Sridhar Ratnakumar
d3f7cf6fe4
Add jenkins (#34) 2023-03-20 14:32:03 -04:00
Sridhar Ratnakumar
acf29ea966 git: make flake.lock as auto-generated 2022-05-08 10:17:29 -04:00