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
commit 41d76a33eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
lib/flake.nix Normal file
View File

@ -0,0 +1,5 @@
{
description = "Library of low-level helper functions for nix expressions.";
outputs = { self }: { lib = import ./lib; };
}