mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-22 23:17:15 +03:00
6925af0d0b
* `nix flake check` insists on evaluating all outputs for all systems, which seems to include evaluating build inputs needed for other systems (which gives us errors like `a 'aarch64-darwin' with features {} is required to build '...', but I am a 'x86_64-linux'`) * To work around this we'll move all tests to their own directory outside of the flake's outputs, and manually invoke a test script to build them
4 lines
61 B
Plaintext
4 lines
61 B
Plaintext
watch_file flake.nix flake.lock
|
|
|
|
eval "$(nix print-dev-env)"
|