From: Scott Worley Date: Tue, 2 Jun 2020 07:35:28 +0000 (-0700) Subject: Fix default name of userPackages X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/commitdiff_plain/68be91dbe482a959797fd1a7efce7476ba9a3bf2 Fix default name of userPackages --- diff --git a/modules/auto-upgrade.nix b/modules/auto-upgrade.nix index c9a8905..5ee707f 100644 --- a/modules/auto-upgrade.nix +++ b/modules/auto-upgrade.nix @@ -238,7 +238,7 @@ in { options = { package = mkOption { type = types.str; - default = "nixos.userPackages"; + default = "userPackages"; description = '' The name of the single package that will be updated. You'll want to create an 'entire user environment' package as shown in