feat: add my nix-cache to the full container
All checks were successful
Build and Push docker image / buildAndPush (push) Successful in 1m39s

This commit is contained in:
Tamipes 2026-06-04 21:48:32 +02:00
parent 0b4c3b11a1
commit c5f67c568c

View file

@ -24,6 +24,13 @@
nix-with-tools = import (nix + "/docker.nix") {
inherit pkgs;
extraPkgs = [ pkgs.nodejs pkgs.skopeo ];
nixConf = {
extra-substituters = [ "https://nix-cache.tami.moe" ];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-cache.tami.moe:3jrWZ412K0YTFfKMJC6ftc4lsugeMVWDBiudFCAdDb8="
];
};
Labels = {
"org.opencontainers.image.title" = "Nix";