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