mirror of
https://github.com/nix-community/home-manager.git
synced 2025-04-18 10:16:54 +00:00
docs: remove unnecessary wrapping
This commit is contained in:
parent
c5c78a4183
commit
80ab22332b
1 changed files with 4 additions and 6 deletions
|
@ -35,12 +35,10 @@ let
|
|||
# Make sure the used package is scrubbed to avoid actually
|
||||
# instantiating derivations.
|
||||
scrubbedPkgsModule = {
|
||||
imports = [{
|
||||
_module.args = {
|
||||
pkgs = lib.mkForce (scrubDerivations "pkgs" pkgs);
|
||||
pkgs_i686 = lib.mkForce { };
|
||||
};
|
||||
}];
|
||||
_module.args = {
|
||||
pkgs = lib.mkForce (scrubDerivations "pkgs" pkgs);
|
||||
pkgs_i686 = lib.mkForce { };
|
||||
};
|
||||
};
|
||||
|
||||
dontCheckDefinitions = { _module.check = false; };
|
||||
|
|
Loading…
Add table
Reference in a new issue