Age | Commit message (Collapse) | Author |
|
Previously exec was redefined to defer to slurm/pbs for execution. This
did not chain the previous exec, meaning you couldn't chain execs.
|
|
|
|
salloc was missing from defaults, preventing overriding of salloc path
for each stage.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- use bionix.pkgs instead of nixpkgs
- replace stdenv.mkDerivation with stage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Resolves #8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|