rapenne-s / bento

A KISS deployment tool to keep your NixOS fleet (servers & workstations) up to date.
MIT License
232 stars 10 forks source link

Support aarch64-linux #4

Closed slice closed 1 year ago

slice commented 1 year ago

Hi! I was pointed to Bento as a simple and effective solution to deploying NixOS configurations. However, one of my servers is aarch64-linux and isn't supported by Bento (I can't run nix shell github:rapenne-s/bento).

It doesn't look like Bento depends on anything x86_64 specific. Could support be added easily?

rapenne-s commented 1 year ago

Hello,

This is something that should be solved indeed. There is nothing x86-64 specific in Bento, the flake should be modified to support all architectures.

rapenne-s commented 1 year ago

This should be fixed now