Compare commits
No commits in common. "559ac033ee1b43b0c0bba2e2540e32f900e4833e" and "57eaac803c81f45c921742044507f6607a476108" have entirely different histories.
559ac033ee
...
57eaac803c
2 changed files with 3 additions and 8 deletions
|
@ -65,12 +65,6 @@
|
|||
docker-client = pkgs.docker_26.override {
|
||||
clientOnly = true;
|
||||
};
|
||||
git = pkgs.git.override {
|
||||
perlSupport = false;
|
||||
sendEmailSupport = false;
|
||||
withManual = false;
|
||||
withSsh = true;
|
||||
};
|
||||
in {
|
||||
packages = {
|
||||
nixos-runner = let
|
||||
|
@ -84,6 +78,7 @@
|
|||
pkgs.curl
|
||||
pkgs.dogdns
|
||||
pkgs.gawk
|
||||
pkgs.git
|
||||
pkgs.glibc
|
||||
pkgs.gnugrep
|
||||
pkgs.gnused
|
||||
|
@ -91,6 +86,7 @@
|
|||
pkgs.iputils
|
||||
pkgs.less
|
||||
pkgs.lix
|
||||
# pkgs.nix
|
||||
pkgs.nodejs_20
|
||||
pkgs.nushell
|
||||
pkgs.more
|
||||
|
@ -100,7 +96,6 @@
|
|||
pkgs.which
|
||||
|
||||
docker-client
|
||||
git
|
||||
|
||||
self.packages.${system}.push-container
|
||||
];
|
||||
|
|
|
@ -113,7 +113,7 @@ def main [
|
|||
} else {
|
||||
$registry
|
||||
}
|
||||
)
|
||||
) | url parse | url join
|
||||
|
||||
let repository = (
|
||||
if ($repository | is-empty) {
|
||||
|
|
Loading…
Reference in a new issue