about summary refs log tree commit diff
path: root/nixos/modules/programs/dublin-traceroute.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-14treewide: fix mkEnableOption usageéclairevoyant1-3/+1
2024-05-12treewide: remove file-wide `with lib;` in nixos/modules/programsAcid Bong1-6/+4
2024-04-13nixos: remove all uses of lib.mdDocstuebinm1-2/+2
these changes were generated with nixq 0.0.2, by running nixq ">> lib.mdDoc[remove] Argument[keep]" --batchmode nixos/**.nix nixq ">> mdDoc[remove] Argument[keep]" --batchmode nixos/**.nix nixq ">> Inherit >> mdDoc[remove]" --batchmode nixos/**.nix two mentions of the mdDoc function remain in nixos/, both of which are inside of comments. Since lib.mdDoc is already defined as just id, this commit is a no-op as far as Nix (and the built manual) is concerned.
2023-11-28nixos/dublin-traceroute: initArthur Gautier1-0/+31