1# TODO: remove this file. There is lib.maybeEnv now 2name: default: 3let 4 value = builtins.getEnv name; 5in 6if value == "" then default else value