diff options
Diffstat (limited to 'fun/🕰️/default.nix')
-rw-r--r-- | fun/🕰️/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fun/🕰️/default.nix b/fun/🕰️/default.nix index 230d9f02f137..2b1a94640009 100644 --- a/fun/🕰️/default.nix +++ b/fun/🕰️/default.nix @@ -38,6 +38,7 @@ let "ecl" # refuses to create non-ASCII paths even on POSIX… ]; }; -in bin // { +in +bin // { inherit lib; } |