mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
Merge branch 'fix-macos' into 'main'
fix(flakeModule): ensure we have a compatible bash on macOS See merge request TECHNOFAB/nix-gitlab-ci!11
This commit is contained in:
commit
2aa51deff2
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