Compare commits

...

No commits in common. "8339a8ccf44b745d05d218644cef0693a6879465" and "04936c47ccf3089c119c66d3e3e0b1f4ceefe96c" have entirely different histories.

1 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,5 @@
let { sources ? import ./nix/sources.nix, pkgs ? import sources.nixpkgs { } }:
sources = import ./nix/sources.nix;
pkgs = import sources.nixpkgs { };
in pkgs.mkShell {
buildInputs = with pkgs; [ R rPackages.immuneSIM jdk ]; with pkgs;
}
mkShell { buildInputs = [ R rPackages.immuneSIM jdk ]; }