summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-01-04 08:48:42 +0100
committerJörg Thalheim <joerg@thalheim.io>2019-01-04 08:48:42 +0100
commitb4e2df6aacb3cb0cdaa05cfa9203ab06ed672481 (patch)
tree1a1fe72ebc88d2d0d83b165e06d2aee166cce188 /.travis.yml
parenta9033dcc5fc57b67bd30ec02a585c6054d14d67d (diff)
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 689c9b6..30ff7de 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,2 +1,2 @@
language: nix
-script: nix-build --dry-run --show-trace
+script: nix-build release.nix --dry-run --show-trace