1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-15 17:50:53 +00:00
Commit graph

7 commits

Author SHA1 Message Date
Shea Levy
13dddfdc67
Only depend on nixpkgs/lib.
This reflects the actual requirements of the core flake-parts
functionality and removes any possible confusion about where lib comes
from (always flake-parts's input) vs where pkgs comes from (always the
flake's nixpkgs input). Flakes which use flake-parts should only ever
have to override its input in the very unlikely event of a bug in lib.

Hopefully lib will be separated into its own flake some day, which
will also make this a much smaller footprint.
2022-10-11 13:59:40 -04:00
Robert Hensing
3beb704537 flake-modules-core -> flake-parts 2022-05-25 16:38:27 +02:00
Robert Hensing
f2e42edb60 Add multi-module template 2022-05-11 23:05:53 +02:00
Robert Hensing
5890e431bb Move template files 2022-05-11 22:05:39 +02:00
Robert Hensing
03a2500fdd Add template rewrite README sections 2021-11-22 16:27:49 +01:00
Robert Hensing
0405415b90 Remove unnecessary flakeModules from flake 2021-11-21 16:33:33 +01:00
Robert Hensing
8c3f71965e Small beginnings 2021-10-27 11:05:52 +02:00