+lib +portshelper
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user