Skip to content
Snippets Groups Projects
Commit cca448c8 authored by Millian Poquet's avatar Millian Poquet
Browse files

nix: fix simgrid build & integration test shell

parent 578a43e7
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,7 @@ let self = rec { ...@@ -45,6 +45,7 @@ let self = rec {
version = "local"; version = "local";
src = pkgs.lib.sourceByRegex ./simgrid-simulator [ src = pkgs.lib.sourceByRegex ./simgrid-simulator [
"meson\.build" "meson\.build"
"meson_options\.txt"
"src" "src"
"src/.*\.cpp" "src/.*\.cpp"
"src/.*\.hpp" "src/.*\.hpp"
...@@ -76,6 +77,13 @@ let self = rec { ...@@ -76,6 +77,13 @@ let self = rec {
zeromq zeromq
]; ];
}; };
integration_shell_cpp = pkgs.mkShell {
buildInputs = [
simgrid-simulator
client-cpp
];
};
}; };
in in
self self
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment