Skip to content

Instantly share code, notes, and snippets.

@Taeradan
Created March 25, 2017 01:07
Show Gist options
  • Save Taeradan/9ee2f81ab9e5f28f4c4a095ea55f0827 to your computer and use it in GitHub Desktop.
Save Taeradan/9ee2f81ab9e5f28f4c4a095ea55f0827 to your computer and use it in GitHub Desktop.
trying conditional imports
{ 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