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/nixpkgs
base: e1e45a40f212
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e52f705248c2
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Oct 20, 2020

  1. icecream: init at 2020-04-15

    Emantor committed Oct 20, 2020
    Copy the full SHA
    842ad72 View commit details
    Browse the repository at this point in the history
  2. icemon: init at v3.3

    Emantor committed Oct 20, 2020
    Copy the full SHA
    e50baf2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. nixos/icecream: add modules

    This adds modules for the icecream scheduler and daemon.
    Icecream can be used for distributed compilation, especially in
    environments with diverse toolchains, since it sends the complete build
    environment to the daemon.
    Unfortunatley the daemon can't be run with DynamicUser = true, since the
    daemon requires to be started as root in order to accept other build
    environments, see [1].
    
    [1]: https://github.com/icecc/icecream#using-icecream-in-heterogeneous-environments
    Emantor committed Nov 1, 2020
    Copy the full SHA
    733181d View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Merge pull request #84324 from Emantor/init/icecc_icemon

    Icecream support
    infinisil committed Dec 19, 2020
    Copy the full SHA
    e52f705 View commit details
    Browse the repository at this point in the history