From ea4473ffbfbe134a43721bd5471e3ab79bec5df6 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 10 Jun 2024 17:01:31 +0800 Subject: [PATCH] flake: add `foodogsquaredLib` flake output For those who are interested in including it themselves for whatever reason. --- configs/flake-parts/dev.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configs/flake-parts/dev.nix b/configs/flake-parts/dev.nix index 201231a6..885eb238 100644 --- a/configs/flake-parts/dev.nix +++ b/configs/flake-parts/dev.nix @@ -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 = {