X-Git-Url: http://git.scottworley.com/auto-upgrade-with-pinch/blobdiff_plain/77d31c62ec30b4b28f732a3ce72db6375a22e7f5..c1430067aa042d9dd6e3b1e103d336094135eb97:/modules/auto-upgrade.nix?ds=sidebyside 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