1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2024-12-14 11:47:31 +00:00

Update README intro

This commit is contained in:
Robert Hensing 2021-11-26 10:57:56 +01:00 committed by GitHub
parent 0d9aec2b72
commit 184fe3d3b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
# Flake Module Core
# Flake Modules Core
_Foundational flake attributes represented using the module system._
_Core of a distributed framework for writing Nix Flakes._
`flake-modules-core` provides common options for an ecosystem of modules to extend.
`flake-modules-core` provides the options that represent standard flake attributes and establishes a way of working with `system`. Opinionated features are provided by an ecosystem of modules that you can import.
# Why Modules?