This website requires JavaScript.
Explore
Help
Sign In
ipetkov
/
crane
Watch
1
Star
1
Fork
0
You've already forked crane
mirror of
https://github.com/ipetkov/crane.git
synced
2024-11-23 16:32:23 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a4d54e5d6f
crane
/
.envrc
4 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Move all tests (except for formatting) out of flake checks * `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
2021-12-31 04:18:17 +03:00
watch_file flake.nix flake.lock
Initial commit
2021-12-26 22:47:16 +03:00
eval "$(nix print-dev-env)"
Reference in New Issue
Copy Permalink