krebs lib: init eq
This commit is contained in:
parent
32c8e9a10b
commit
35dd3df5c6
@ -5,6 +5,8 @@ with lib;
|
||||
|
||||
builtins // lib // rec {
|
||||
|
||||
eq = x: y: x == y;
|
||||
|
||||
addName = name: set:
|
||||
set // { inherit name; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user