lib: move lib extensions into its own module argument
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{ pkgs, config, ... }:
|
||||
{ lib, config, ... }:
|
||||
let
|
||||
inherit (pkgs) lib;
|
||||
inherit (lib) types mkEnableOption mkOption mkIf;
|
||||
cfg = config.machineVars;
|
||||
in {
|
||||
|
Reference in New Issue
Block a user