simplify lib export

This commit is contained in:
Valentin Gagarin 2024-11-27 10:39:07 +01:00
parent 37590599ad
commit 22c7c3091f

View file

@ -22,8 +22,8 @@ let
};
in
rec {
lib = import ./lib.nix { inherit lib; };
result = lib''.evalModules {
lib = lib'';
result = lib.evalModules {
modules = [
./structure
./content