mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 08:34:04 +00:00
![Eelco Dolstra](/assets/img/avatar_default.png)
other kinds of configurations (like the installation CD). svn path=/nixos/branches/modular-nixos/; revision=15864
4 lines
91 B
Nix
4 lines
91 B
Nix
name: default:
|
|
let value = builtins.getEnv name; in
|
|
if value == "" then default else value
|