Skip to content

Commit

Permalink
chore: drop precice-simulation-environment because its redundant with…
Browse files Browse the repository at this point in the history
… `nix develop`
  • Loading branch information
Conni2461 committed May 15, 2024
1 parent 7a17bf3 commit 8dc2ca7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,6 @@
vagrant-vbox-image-light = nixos-generators.nixosGenerate (precice-system-virtualbox-light // { format = "vagrant-virtualbox"; });
vm = nixos-generators.nixosGenerate (precice-system-vm // { format = "vm"; });
vm-light = nixos-generators.nixosGenerate (precice-system-light // { format = "vm"; });

precice-simulation-environment = pkgs.stdenvNoCC.mkDerivation {
name = "preCICE execution environment";
version = "v202211.0";
src = ./.;
buildInputs = pkgs.lib.mapAttrsToList (_: value: value) precice-packages ++ [ pkgs.bash pkgs.gcc pkgs.openmpi ];
};
};

# Access by running `nix run`
Expand Down

0 comments on commit 8dc2ca7

Please sign in to comment.