From 68be91dbe482a959797fd1a7efce7476ba9a3bf2 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Tue, 2 Jun 2020 00:35:28 -0700 Subject: [PATCH] Fix default name of userPackages --- modules/auto-upgrade.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.1