2023-12-03 18:37:57 +01:00
|
|
|
_inputs: _self: super: let
|
2023-12-27 14:13:55 +01:00
|
|
|
writeText = text: (super.writeText (builtins.hashString "sha256" "${text}") "${text}");
|
2023-12-03 18:37:57 +01:00
|
|
|
in {
|
|
|
|
lib =
|
|
|
|
super.lib
|
|
|
|
// {
|
|
|
|
inherit
|
2023-12-27 14:13:55 +01:00
|
|
|
writeText
|
2023-12-03 18:37:57 +01:00
|
|
|
;
|
|
|
|
};
|
|
|
|
}
|