# Pastebin m5TKZzto while evaluating the module argument `pkgs' in "/home/svein/nixos/modules/basics.nix": infinite recursion encountered, at /home/svein/dev/nix/system/lib/modules.nix:163:28 error: evaluation of the deployment specification failed ==== { config, pkgs, lib, ...}: { imports = [ (pkgs.callPackage ../modules/users.nix { usernames = [ "svein" ]; }) ];