mirror of
https://gitlab.com/TECHNOFAB/coder-templates.git
synced 2025-12-12 02:00:11 +01:00
chore(image): add nix and busybox to base image
This commit is contained in:
parent
e065b2416c
commit
48306fd043
1 changed files with 7 additions and 1 deletions
|
|
@ -9,7 +9,13 @@ pkgs.dockerTools.buildImage {
|
||||||
|
|
||||||
copyToRoot = pkgs.buildEnv {
|
copyToRoot = pkgs.buildEnv {
|
||||||
name = "image-root";
|
name = "image-root";
|
||||||
paths = [pkgs.bashInteractive pkgs.home-manager pkgs.direnv];
|
paths = [
|
||||||
|
pkgs.bashInteractive
|
||||||
|
pkgs.nixFlakes
|
||||||
|
pkgs.busybox
|
||||||
|
pkgs.home-manager
|
||||||
|
pkgs.direnv
|
||||||
|
];
|
||||||
pathsToLink = ["/bin"];
|
pathsToLink = ["/bin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue