mirror of
https://gitlab.com/TECHNOFAB/nix-gitlab-ci.git
synced 2025-12-12 02:00:13 +01:00
chore: add grep to images
This commit is contained in:
parent
85e18c5766
commit
12e55ad0b7
1 changed files with 6 additions and 1 deletions
|
|
@ -107,7 +107,12 @@
|
||||||
};
|
};
|
||||||
copyToRoot = pkgs.buildEnv {
|
copyToRoot = pkgs.buildEnv {
|
||||||
name = "image-root";
|
name = "image-root";
|
||||||
paths = [pkgs.gitMinimal] ++ extraPackages;
|
paths =
|
||||||
|
[
|
||||||
|
pkgs.gitMinimal
|
||||||
|
pkgs.gnugrep
|
||||||
|
]
|
||||||
|
++ extraPackages;
|
||||||
pathsToLink = ["/bin"];
|
pathsToLink = ["/bin"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue