git.delta.rocks / jrsonnet / refs/commits / ef18a9f642b2

difftreelog

source

modules/nixos/meta.nix363 Bsourcehistory
1{lib, ...}: let2  inherit (lib.modules) mkRemovedOptionModule;3in {4  imports = [5    (mkRemovedOptionModule ["tags"] "tags are now defined at the host level, not the nixos system level for fast filtering without evaluating unnecessary hosts.")6    (mkRemovedOptionModule ["network"] "network is now defined at the host level, not the nixos system level")7  ];8}