mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
b4e2df6aac
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
2 lines
67 B
YAML
2 lines
67 B
YAML
language: nix
|
|
script: nix-build release.nix --dry-run --show-trace
|