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/nixos-hardware
base: a9033dcc5fc5
Choose a base ref
...
head repository: NixOS/nixos-hardware
compare: f0db394fbf05
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 4, 2019

  1. fix nix-env evaluation

    nix-env picked up `default.nix`, which contained our hardware profiles.
    This is not only cpu-intensive to evaluate but also fails because
    it does some import-from-derivation.
    By moving default.nix to release.nix it should be no longer loaded
    Mic92 committed Jan 4, 2019
    Copy the full SHA
    b4e2df6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Merge pull request #92 from NixOS/fix-nix-env

    fix nix-env evaluation
    Mic92 committed Jan 9, 2019
    Copy the full SHA
    f0db394 View commit details
    Browse the repository at this point in the history