Skip to content
Snippets Groups Projects
Commit a465c0b4 authored by Maël Madon's avatar Maël Madon
Browse files

nix: add latest version of batsim in nix file, for those who want to use it..

parent 49f3fb68
Branches
No related tags found
No related merge requests found
Pipeline #5518 passed with warnings
......@@ -39,6 +39,17 @@ let
dontStrip = true;
});
# Later version of batsim, with memleak bug fixed
batsim_latest = kapack.batsim.overrideAttrs (attr: rec{
name = "batsim";
version = "e3dbc246c5e3acd117a84909d351b94bfb6e4a59"; # commit "code: prevent temporary memleak for zmq msgs"
src = fetchgit rec {
url = "https://framagit.org/batsim/batsim.git";
rev = version;
sha256 = "sha256-+SGdNrPjRTGInrEQyFMCWcPIESD5yS+Enc1WRDCdKbQ=";
};
});
# Batmen integration tests.
test = pkgs.mkShell rec {
shellHook = ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment