+lib +portshelper

This commit is contained in:
m3tam3re
2025-10-04 17:03:46 +02:00
parent 1ce83403bc
commit 4fa3a8b551
6 changed files with 443 additions and 0 deletions

View File

@@ -67,6 +67,14 @@
# Add more individual modules as you create them
};
# Library functions - helper utilities for your configuration
lib = forAllSystems (
system: let
pkgs = pkgsFor system;
in
import ./lib {lib = pkgs.lib;}
);
# Development shell for working on this repository
devShells = forAllSystems (
system: let