aarch64 emulation
This commit is contained in:
parent
9c5add0ffb
commit
0466cef265
3 changed files with 4 additions and 3 deletions
|
@ -47,7 +47,4 @@ with lib; {
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [{device = "/swap/swapfile";}];
|
swapDevices = [{device = "/swap/swapfile";}];
|
||||||
|
|
||||||
# Install some packages.
|
|
||||||
environment.systemPackages = with pkgs; [deploy-rs];
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,6 +28,9 @@ with lib; {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Emulate aarch64 to build system for weebill.
|
||||||
|
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||||
|
|
||||||
# Enable smart card support (for YubiKey).
|
# Enable smart card support (for YubiKey).
|
||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -203,6 +203,7 @@ with lib; {
|
||||||
blender
|
blender
|
||||||
caligula
|
caligula
|
||||||
celluloid
|
celluloid
|
||||||
|
deploy-rs
|
||||||
feishin
|
feishin
|
||||||
fluffychat
|
fluffychat
|
||||||
fusee-nano
|
fusee-nano
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue