Skip to content

Commit

Permalink
nixos: Expose lib attribute on configuration for repl
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jan 14, 2024
1 parent 50d0eb6 commit 8e93465
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/lib/eval-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ let
withExtraAttrs = configuration: configuration // {
inherit extraArgs;
inherit (configuration._module.args) pkgs;
inherit lib;
extendModules = args: withExtraAttrs (configuration.extendModules args);
};
in
Expand Down

0 comments on commit 8e93465

Please sign in to comment.