From a01a3d4f5494855abf52f42c886a75b4500f35d5 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 26 Aug 2023 13:47:55 +0200 Subject: Docs(treewide): Add a colon after every "TODO" --- system/nixpkgs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/nixpkgs') diff --git a/system/nixpkgs/default.nix b/system/nixpkgs/default.nix index 4f869e4a..c37d5582 100644 --- a/system/nixpkgs/default.nix +++ b/system/nixpkgs/default.nix @@ -3,10 +3,10 @@ system, overlays ? [], }: { - # TODO inheriting system here is discouraged, localSystem or hostSystem should be inspected + # TODO: inheriting system here is discouraged, localSystem or hostSystem should be inspected inherit system overlays; config = { - # TODO this fails because of the root tempsize, which should be increased + # TODO: this fails because of the root tempsize, which should be increased #contentAddressedByDefault = true; allowUnfreePredicate = pkg: -- cgit 1.4.1