Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 7db99ba53efc
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 75a1104b2714
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 3, 2018

  1. lib.generators.toPlist: add floats

    Nix now supports floats & we can pretty easily map them to Plist’s
    <real></real> type. Note that I am unsure how this affects older
    version of Nix that may or may not have builtins.isFloat available.
    Make sure this satisfies minver.nix’s "1.11" requirement.
    matthewbauer committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    dc72e8a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42938 from matthewbauer/add-float-to-plist

    lib.generators.toPlist: add floats
    matthewbauer committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    75a1104 View commit details
    Browse the repository at this point in the history