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: f89fd0bde7ad
Choose a base ref
...
head repository: NixOS/nix
compare: 4dbd05e933ec
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 26, 2020

  1. Allow nix.conf options to be set in flake.nix

    This makes it possible to have per-project configuration in flake.nix,
    e.g. binary caches and other stuff:
    
      nixConfig.bash-prompt-suffix = "�[1;35mngi# �[0m";
      nixConfig.substituters = [ "https://cache.ngi0.nixos.org/" ];
    edolstra committed Oct 26, 2020
    5
    Copy the full SHA
    343239f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Merge pull request #4189 from edolstra/flake-config

    Allow nix.conf options to be set in flake.nix
    edolstra committed Nov 17, 2020
    Copy the full SHA
    4dbd05e View commit details
    Browse the repository at this point in the history