More things in FHS
Build images / Build (immich) (push) Failing after 1s
Build images / Build (sword-container-builder) (push) Failing after 1s
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
Build images / Build (bitwarden) (push) Failing after 12s
Build images / Build (builder) (push) Failing after 39s
Build images / Build (vm-test) (push) Failing after 1s

This commit is contained in:
Greg Hellings
2026-01-22 23:56:59 -06:00
parent 9a231f8c25
commit 56717a844d
+2 -1
View File
@@ -9,7 +9,8 @@ rec {
}; };
baseLayer = baseLayer =
pkgs: with pkgs; { pkgs: with pkgs; rec {
copyToRoot = deps;
deps = [ deps = [
(pkgs.buildEnv { (pkgs.buildEnv {
name = "base-env"; name = "base-env";