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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fc62caa4a5f9
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1ec6e6e11e2d
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Nov 26, 2019

  1. Add feature to disable URL literals

    E.g.
    
      $ nix-build '<nixpkgs>' -A hello --experimental-features no-url-literals
      error: URL literals are disabled, at /nix/store/vsjamkzh15r3c779q2711az826hqgvzr-nixpkgs-20.03pre194957.bef773ed53f/nixpkgs/pkgs/top-level/all-packages.nix:1236:11
    
    Helps with implementing NixOS/rfcs#45.
    edolstra committed Nov 26, 2019

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    1ec6e6e View commit details
Loading