nixpkgs/pkgs/os-specific
Eelco Dolstra c20cc6d0b3
Excise use of importJSON
Putting information in external JSON files is IMHO not an improvement
over the idiomatic style of Nix expressions. The use of JSON doesn't
add anything over Nix expressions (in fact it removes expressive
power). And scattering package info over lots of little files makes
packages less readable over having the info in one file.
2017-01-30 11:44:08 +01:00
..
darwin Merge branch 'master' into kwm 2017-01-24 17:59:56 +00:00
gnu top-level: crossSystem is no longer exposed to packages. Use *Platform. 2017-01-24 11:37:56 -05:00
linux Excise use of importJSON 2017-01-30 11:44:08 +01:00
windows