fix(flakeModule): use bash for stdenvMinimal

fixes #24
This commit is contained in:
technofab 2025-05-10 19:45:10 +02:00
parent 9ee4ad02b8
commit 11537ae271

View file

@ -17,7 +17,7 @@
preHook = ""; preHook = "";
allowedRequisites = null; allowedRequisites = null;
initialPath = [pkgs.coreutils pkgs.findutils]; initialPath = [pkgs.coreutils pkgs.findutils];
shell = "/bin/sh"; shell = "/bin/bash";
extraNativeBuildInputs = []; extraNativeBuildInputs = [];
}; };