Add ornithologist

This commit is contained in:
Fern Garden 2025-09-14 22:13:12 +08:00
parent 0fd0fb62d4
commit d47f621f7b
2 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,2 @@
{pkgs, ...}: {
# Allow emulating aarch64 to build for Raspberry Pi.
boot.binfmt.emulatedSystems = ["aarch64-linux"];
# Install some packages.
environment.systemPackages = with pkgs; [deploy-rs];
{
}