mirror of
https://github.com/hsjobeki/noogle.git
synced 2024-12-22 21:31:43 +03:00
6 lines
128 B
Nix
6 lines
128 B
Nix
{
|
|
description = "Library of low-level helper functions for nix expressions.";
|
|
|
|
outputs = { self }: { lib = import ./.; };
|
|
}
|