Add gmp to system

This commit is contained in:
Nathan McCarty 2023-01-01 18:19:35 -05:00
parent 131b3f6c92
commit 5716c5182b
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 0 deletions

View File

@ -6,5 +6,6 @@ in with lib; {
(mkIf nathan.programs.utils.binfmt {
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
})
{ environment.systemPackages = with pkgs; [ gmp ]; }
];
}