504525a148
GitOrigin-RevId: bd645e8668ec6612439a9ee7e71f7eac4099d4f6
10 lines
218 B
Nix
10 lines
218 B
Nix
{
|
|
description = "Library of low-level helper functions for nix expressions.";
|
|
|
|
outputs = { self }:
|
|
let
|
|
lib0 = import ./.;
|
|
in {
|
|
lib = lib0.extend (import ./flake-version-info.nix self);
|
|
};
|
|
}
|