this repo has no description

.

+2 -2
+2 -2
lib.nix
··· 17 17 setup ? [ ], 18 18 commands ? [ ], 19 19 }: 20 - kgs.writeShellScriptBin "brief" '' 20 + pkgs.writeShellScriptBin "brief" '' 21 21 clear 22 22 23 23 ${banner} ··· 38 38 }: 39 39 let 40 40 lib = pkgs.lib; 41 - 41 + 42 42 mkVarName = name: "status_" + (builtins.replaceStrings [ " " "-" "." ] [ "_" "_" "_" ] name); 43 43 allSetupVars = map (item: mkVarName item.name) setup; 44 44 okValue = "${colors.green}Ok${colors.nc}";