Add gmp to system
This commit is contained in:
parent
131b3f6c92
commit
5716c5182b
|
@ -6,5 +6,6 @@ in with lib; {
|
|||
(mkIf nathan.programs.utils.binfmt {
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
})
|
||||
{ environment.systemPackages = with pkgs; [ gmp ]; }
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue