Refactor(build-inventory): remove build-inventory in favor of simple and expressive evalModules
This commit is contained in:
@@ -5,9 +5,11 @@
|
||||
}:
|
||||
let
|
||||
eval = lib.evalModules {
|
||||
# TODO: Move this into a 'classForMachines' or something
|
||||
# @enzime why do we need this here?
|
||||
class = "nixos";
|
||||
modules = [
|
||||
(import ./clan/default.nix { inherit clanLib; })
|
||||
clanLib.buildClanModule.flakePartsModule
|
||||
];
|
||||
};
|
||||
evalDocs = pkgs.nixosOptionsDoc {
|
||||
|
||||
Reference in New Issue
Block a user