Add slurm package instead of build dependencies

This commit is contained in:
Rodrigo Arias 2025-07-01 10:39:32 +02:00
parent 84b230fb47
commit 887784c4b6

View File

@ -10,11 +10,11 @@
in {
devShells.x86_64-linux.default = pkgs.mkShell {
pname = "devshell";
#buildInputs = with pkgs; [
# gcc # more packages here...
#];
buildInputs = with pkgs; [
slurm.out slurm.dev gcc
];
inputsFrom = with pkgs; [
slurm nanos6
nanos6
];
};
};