mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-23 08:22:41 +03:00
0f3e3e9a9b
* Seems like whatever issue was preventing us from evaluating derivations for other architectures (without actually building them) has been resolved, and now we can nicely test everything with a single invocation of `nix flake check`
8 lines
101 B
TOML
8 lines
101 B
TOML
[workspace]
|
|
members = [
|
|
"only-cdylib",
|
|
"only-staticlib",
|
|
"all-types",
|
|
]
|
|
exclude = ["some-dep"]
|