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: 389a2cebed7c
Choose a base ref
...
head repository: NixOS/nix
compare: aabf5c86c9df
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Oct 21, 2019

  1. Add experimental-features setting

    Experimental features are now opt-in. There is currently one
    experimental feature: "nix-command" (which enables the "nix"
    command. 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
    
    (cherry picked from commit 8e478c2,
    without the "flakes" feature)
    edolstra committed Oct 21, 2019
    2
    Copy the full SHA
    aabf5c8 View commit details
    Browse the repository at this point in the history