fix: do not redefine pkgs for levitated system
Some checks failed
Some checks failed
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
684cb012ba
commit
c15d562450
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ let
|
|||
};
|
||||
eval = lib.evalModules {
|
||||
modules = [
|
||||
{ _module.args = { inherit pkgs; inherit (pkgs) lim; }; }
|
||||
{ _module.args = { inherit (pkgs) lim; }; }
|
||||
../../modules/base.nix
|
||||
../../modules/users.nix
|
||||
../../modules/busybox.nix
|
||||
|
|
Loading…
Reference in a new issue