Add slurm package instead of build dependencies

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

View File

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