diff options
| author | lucasew <lucas59356@gmail.com> | 2023-11-10 14:40:00 -0300 |
|---|---|---|
| committer | woojiq <yurii.shymon@gmail.com> | 2024-06-28 20:53:53 +0300 |
| commit | 52cc703bba09dd314b1a09f45ce59c67a3919bb8 (patch) | |
| tree | c3e9899fb89d84d70597330e93d93200fc1b1c55 /lib/default.nix | |
| parent | gitignore: add .helix config directory (diff) | |
| download | nixpkgs-52cc703bba09dd314b1a09f45ce59c67a3919bb8.tar.gz | |
lib: add fromHexString
Co-authored-by: lucasew <lucas59356@gmail.com>
Diffstat (limited to 'lib/default.nix')
| -rw-r--r-- | lib/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix index 9c6f886c9ee4..b209544050cc 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -73,7 +73,7 @@ let info showWarnings nixpkgsVersion version isInOldestRelease mod compare splitByAndCompare seq deepSeq lessThan add sub functionArgs setFunctionArgs isFunction toFunction mirrorFunctionArgs - toHexString toBaseDigits inPureEvalMode isBool isInt pathExists + fromHexString toHexString toBaseDigits inPureEvalMode isBool isInt pathExists genericClosure readFile; inherit (self.fixedPoints) fix fix' converge extends composeExtensions composeManyExtensions makeExtensible makeExtensibleWithCustomName; |
