Skip to content

Commit

Permalink
fix nix-env evaluation
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Mic92 committed Jan 4, 2019
1 parent a9033dc commit b4e2df6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,2 +1,2 @@
language: nix
script: nix-build --dry-run --show-trace
script: nix-build release.nix --dry-run --show-trace
File renamed without changes.

0 comments on commit b4e2df6

Please sign in to comment.