Update 'release.nix'

master
keldu 2023-02-09 14:12:15 +01:00
parent b630eb79d3
commit 1e585d2e2e
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ in
{
icon-charm-gcc12 = pkgs.callPackage ./derivation.nix {
inherit pkgs icon-charm;
cc = pkgs.gfortran12;
cxx = pkgs.gfortran12;
f77 = pkgs.gfortran12;
};
icon-charm-gcc11 = pkgs.callPackage ./derivation.nix {
inherit pkgs icon-charm;