chore: trying to export lib

This commit is contained in:
D. Moonfire 2024-01-28 14:49:19 -06:00
parent 20f4493a0d
commit c19bf95e1f
2 changed files with 8 additions and 2 deletions

View file

@ -27,8 +27,14 @@
default = self.nixosModules.mfgames-project-setup;
};
# Expose the configuration information.
lib = forEachSupportedSystem ({ system, pkgs }:
let
configs = import ./src/configs/default.nix { inherit system pkgs nixago nixago-exts; };
in
configs);
# Set up the developer shell.
# Development environments
devShells = forEachSupportedSystem ({ system, pkgs }:
let
configs = import ./src/configs/default.nix { inherit system pkgs nixago nixago-exts; };

View file

@ -1,7 +1,7 @@
inputs @ { system, nixago, nixago-exts, ... }:
nixago-exts.conform.${system} {
commit = {
header = { length = 89; };
header = { length = inputs.pkgs.lib.debug.traceVal 89; };
conventional = {
types = [
"build"