feat(build): Add dependencies for custom repo clones
Adds git & SSH as part of the Nixery image, which are required to use Nix's builtins.fetchGit. The dependency on interactive tools is dropped, as it was only required during development when debugging the image building process itself.
This commit is contained in:
parent
2e4b1f85ee
commit
a83701a14b
1 changed files with 4 additions and 4 deletions
|
@ -94,13 +94,13 @@ rec {
|
|||
name = "nixery";
|
||||
config.Cmd = ["${nixery-launch-script}/bin/nixery"];
|
||||
contents = [
|
||||
bashInteractive
|
||||
cacert
|
||||
coreutils
|
||||
nix
|
||||
nixery-launch-script
|
||||
git
|
||||
gnutar
|
||||
gzip
|
||||
nix
|
||||
nixery-launch-script
|
||||
openssh
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue