flake: add foodogsquaredLib flake output

For those who are interested in including it themselves for whatever
reason.
This commit is contained in:
Gabriel Arazas 2024-06-10 17:01:31 +08:00
parent 33bdcc7f91
commit ea4473ffbf
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -1,6 +1,10 @@
# All of the development-related shtick for this project is over here.
{ inputs, ... }: {
flake.lib = import ../../lib { lib = inputs.nixpkgs.lib; };
flake = {
lib = import ../../lib { lib = inputs.nixpkgs.lib; };
foodogsquaredLib = ../../lib;
};
perSystem = { config, lib, pkgs, ... }: {
apps = {