Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nist-feed: init at 0-unstable-2024-01-20 #284812

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update nixos/modules/programs/nist-feed.nix
Co-authored-by: h7x4 <[email protected]>
  • Loading branch information
octodi and h7x4 authored Feb 10, 2024
commit 21e4e81528fafd6defe54dd2e7f6140390e30392
3 changes: 2 additions & 1 deletion nixos/modules/programs/nist-feed.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ in
type = types.str;
default = "-l -s CRITICAL";
description = mdDoc ''
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = mdDoc ''
description = ''

lib.mdDoc is no longer present in nixpkgs; please remove all usages.

Arguments to provide to NIST-Feed, see a full list at https://github.com/D3vil0p3r/NIST-Feed/blob/main/README.md#nist-feed
Arguments to provide to NIST-Feed, see a full list at
<https://github.com/D3vil0p3r/NIST-Feed/blob/main/README.md#nist-feed>
'';
};

Expand Down
Loading