ed58e70864e139ecf39ddaf82b559367bfb28d81
configuration switches, it should be structured. For instance,
{
firefox = {
enableRealPlayer = true;
};
quake3 = {
dataFiles = "/windows/D/Program Files/Quake 3/baseq3";
}
}
Configuration switches can be obtained using the function getConfig,
e.g., `getConfig ["firefox" "enableRealPlayer"] false'.
svn path=/nixpkgs/trunk/; revision=6596
…
…
…
…
Description
No description provided
Languages
Nix
95.1%
Shell
2%
Python
1.7%
Rust
0.2%
C
0.2%
Other
0.4%