Created
March 25, 2017 01:07
-
-
Save Taeradan/9ee2f81ab9e5f28f4c4a095ea55f0827 to your computer and use it in GitHub Desktop.
trying conditional imports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ config, lib, pkgs, ... }: | |
let | |
inherit (lib) mkIf mkMerge mkThenElse; | |
cfg = config.r6d.config-generator; | |
computers = config.r6d.computers; | |
profiles = config.r6d.profiles; | |
in | |
mkIf true { | |
imports = [ | |
./adminsys.nix | |
]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment