Back to just dockerTools
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
Build images / Build (bitwarden) (push) Failing after 27s
Build images / Build (immich) (push) Failing after 2s
Build images / Build (sword-container-builder) (push) Failing after 2s
Build images / Build (builder) (push) Failing after 2s
Build images / Build (vm-test) (push) Failing after 2s

This commit is contained in:
Greg Hellings
2026-01-23 17:48:04 -06:00
parent d6a1f4fb86
commit 5e98d29183
4 changed files with 37 additions and 135 deletions
+1 -3
View File
@@ -2,7 +2,6 @@
description = "Standard images that Greg wants to build";
inputs = {
flake-parts.url = "github:hercules-ci/flake-parts";
nix2container.url = "github:nlewo/nix2container";
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
};
@@ -29,8 +28,7 @@
}:
let
lib' = import ./lib.nix {
inherit (inputs.nix2container.packages.${system}) nix2container;
inherit (pkgs) lib;
inherit pkgs;
};
in
{