Skip to content

Commit d81346e

Browse files
committed
fix: add deprecated source to stock
1 parent af73d6a commit d81346e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

timers/config.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
releases.enable = true;
2626
};
2727
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;
2831
output = {
2932
settings = {
3033
# this could mean something to someone someday

0 commit comments

Comments
 (0)