mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-15 06:01:51 +00:00
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
8dc407cc74
commit
12b99397d0
|
@ -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 New Issue
Block a user