mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-11 17:50:08 +01:00
fix(flakeModule): ensure we have a compatible bash on macOS
This commit is contained in:
parent
dca2d724c1
commit
f65cc9b1d6
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
cc = null;
|
||||
preHook = "";
|
||||
allowedRequisites = null;
|
||||
initialPath = [pkgs.coreutils pkgs.findutils];
|
||||
initialPath = [pkgs.coreutils pkgs.findutils] ++ lib.optional pkgs.stdenv.isDarwin pkgs.bash;
|
||||
extraNativeBuildInputs = [];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue