Merge pull request #119967 from xoe-labs/da/add-lib-flake
init: lib/flake
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
description = "Library of low-level helper functions for nix expressions.";
|
||||
|
||||
outputs = { self }: { lib = import ./lib; };
|
||||
}
|
||||
Reference in New Issue
Block a user