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

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; };
}