mirror of
https://github.com/hercules-ci/flake-parts.git
synced 2024-12-14 11:47:31 +00:00
add lib argument to multi-module template
Might be biased by my use cases but I nearly always need lib. Even if not it doesn't hurt to have it.
This commit is contained in:
parent
aa1f6ca773
commit
cecf9e179c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Definitions can be imported from a separate file like this one
|
||||
|
||||
{ self, ... }: {
|
||||
{ self, lib, ... }: {
|
||||
perSystem = { config, self', inputs', pkgs, ... }: {
|
||||
# Definitions like this are entirely equivalent to the ones
|
||||
# you may have directly in flake.nix.
|
||||
|
|
Loading…
Reference in a new issue