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
This commit is contained in:
parent
a9033dcc5f
commit
b4e2df6aac
|
@ -1,2 +1,2 @@
|
|||
language: nix
|
||||
script: nix-build --dry-run --show-trace
|
||||
script: nix-build release.nix --dry-run --show-trace
|
||||
|
|
Loading…
Reference in a new issue