forked from mirrors/nixpkgs
Merge pull request #119967 from xoe-labs/da/add-lib-flake
init: lib/flake
This commit is contained in:
commit
41d76a33eb
5
lib/flake.nix
Normal file
5
lib/flake.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
description = "Library of low-level helper functions for nix expressions.";
|
||||
|
||||
outputs = { self }: { lib = import ./lib; };
|
||||
}
|
Loading…
Reference in a new issue