]> git.scottworley.com Git - auto-upgrade-with-pinch/commitdiff
Fix default name of userPackages
authorScott Worley <scottworley@scottworley.com>
Tue, 2 Jun 2020 07:35:28 +0000 (00:35 -0700)
committerScott Worley <scottworley@scottworley.com>
Tue, 2 Jun 2020 07:35:28 +0000 (00:35 -0700)
modules/auto-upgrade.nix

index c9a8905b564400484b0b51621704dab9a11cb7bb..5ee707f808faaff5a6dcacb0d85f962f4dffcc61 100644 (file)
@@ -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