2021-05-28 09:39:13 +00:00
|
|
|
{
|
|
|
|
description = "Library of low-level helper functions for nix expressions.";
|
|
|
|
|
2024-01-02 11:29:13 +00:00
|
|
|
outputs = { self }:
|
|
|
|
let
|
|
|
|
lib0 = import ./.;
|
|
|
|
in {
|
|
|
|
lib = lib0.extend (import ./flake-version-info.nix self);
|
|
|
|
};
|
2021-05-28 09:39:13 +00:00
|
|
|
}
|