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: a56036fa872d
Choose a base ref
...
head repository: NixOS/nix
compare: 8e478c234100
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Oct 16, 2019

  1. Add experimental-features setting

    Experimental features are now opt-in. There are currently two
    experimental features: "nix-command" (which enables the "nix"
    command), and "flakes" (which enables support for flakes). This will
    allow us to merge experimental features more quickly, without
    committing to supporting them indefinitely.
    
    Typical usage:
    
    $ nix build --experimental-features 'nix-command flakes' nixpkgs#hello
    edolstra committed Oct 16, 2019
    Copy the full SHA
    8e478c2 View commit details
    Browse the repository at this point in the history