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