We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af73d6a commit d81346eCopy full SHA for d81346e
1 file changed
timers/config.nix
@@ -25,6 +25,9 @@
25
releases.enable = true;
26
};
27
versions."v1.0.1".hash = "sha256-SG2MeYw27Rpcnwecr0tbzqmEPfmIucQhWgucvw+aCf8=";
28
+ # deprecated means it will be hidden if uninstalled, so
29
+ # allowing the warning to show if it was previously installed from an older version
30
+ stock.enable = true;
31
output = {
32
settings = {
33
# this could mean something to someone someday
0 commit comments