Nixos: Remove mkLink + mkEnableOpt and rename mkBoolOpt
This commit is contained in:
@ -4,6 +4,9 @@
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
# Import my own library functions.
|
||||
# Those are defined as functions returning sets of library functions,
|
||||
# so those functions have to be called when importing.
|
||||
nixos = import ./nixos.nix {inherit inputs pkgs lib;};
|
||||
modules = import ./modules.nix {inherit inputs pkgs lib;};
|
||||
networking = import ./networking.nix {inherit inputs pkgs lib;};
|
||||
|
||||
Reference in New Issue
Block a user