nix: use cortex-a73 / ARMv8-a, strip and remove unnecessary bloat

for some reason gcc is included in OCI images

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-07-29 19:11:02 -04:00
parent 71ee31a014
commit 82b973a8b1
2 changed files with 19 additions and 3 deletions

View file

@ -137,7 +137,11 @@
# Useful for editing the book locally
mdbook
# used for rust caching in CI to speed it up
sccache
# needed so we can get rid of gcc and other unused deps that bloat OCI images
removeReferencesTo
])
++ scope.main.buildInputs
++ scope.main.propagatedBuildInputs