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:
parent
71ee31a014
commit
82b973a8b1
2 changed files with 19 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue