1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 11:03:33 +02:00
nixos-hardware/.travis.yml
Jörg Thalheim b4e2df6aac
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
2019-01-04 08:48:42 +01:00

3 lines
67 B
YAML

language: nix
script: nix-build release.nix --dry-run --show-trace