mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
5 lines
143 B
Nix
5 lines
143 B
Nix
# TODO: remove this file. There is lib.maybeEnv now
|
|
name: default:
|
|
let value = builtins.getEnv name; in
|
|
if value == "" then default else value
|