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/nix
base: 1dc3f5355a37
Choose a base ref
...
head repository: NixOS/nix
compare: dc4a28031865
Choose a head ref
  • 15 commits
  • 17 files changed
  • 3 contributors

Commits on Sep 23, 2020

  1. Use gold as the linker on Linux

    Saves ~7s in the linking phase
    thufschmitt committed Sep 23, 2020
    Copy the full SHA
    21639b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4055 from tweag/link-with-gold

    Use gold as the linker on Linux
    edolstra committed Sep 23, 2020
    Copy the full SHA
    9c95a8b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e8f0b1e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d4f8163 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cec9473 View commit details
    Browse the repository at this point in the history
  6. libutil/archive: add preallocate-contents option

    Make archive preallocation (fallocate) optional because some filesystems
    like btrfs do not behave as expected with fallocate.
    
    See #3550.
    martinetd committed Sep 23, 2020
    Copy the full SHA
    2548347 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    31ab4c3 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    688bd4f View commit details
    Browse the repository at this point in the history
  9. lstat() cleanup

    edolstra committed Sep 23, 2020
    Copy the full SHA
    236d9ee View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4057 from martinetd/btrfs-compression

    nix/store on btrfs compression: add workaround
    edolstra committed Sep 23, 2020
    Copy the full SHA
    8ee779d View commit details
    Browse the repository at this point in the history
  11. Fix exception

    edolstra committed Sep 23, 2020
    Copy the full SHA
    9a24ece View commit details
    Browse the repository at this point in the history
  12. Hopefully fix EPERM on macOS

    edolstra committed Sep 23, 2020
    Copy the full SHA
    4ce8a3e View commit details
    Browse the repository at this point in the history
  13. Merge pull request #4054 from edolstra/fix-4021

    registerOutputs(): Don't call canonicalisePathMetaData() twice
    edolstra committed Sep 23, 2020
    Copy the full SHA
    8d9402f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Copy the full SHA
    b068f96 View commit details
    Browse the repository at this point in the history
  2. Allow overring module options from the command line

    E.g.
    
      $ nix build github:tweag/nix-ux/configs?dir=configs#hello --argstr who Everybody
      $ ./result/bin/hello
      Hello Everybody
    
    This works by generating a new flake that imports the specified one
    and sets the specified module options.
    edolstra committed Sep 24, 2020
    Copy the full SHA
    dc4a280 View commit details
    Browse the repository at this point in the history