mirror of
https://github.com/hsjobeki/noogle.git
synced 2024-12-23 05:42:10 +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 ./.; };
|
||
|
}
|