Merge pull request #119967 from xoe-labs/da/add-lib-flake

init: lib/flake
This commit is contained in:
Anderson Torres
2021-05-24 02:06:19 -03:00
committed by GitHub
+5
View File
@@ -0,0 +1,5 @@
{
description = "Library of low-level helper functions for nix expressions.";
outputs = { self }: { lib = import ./lib; };
}