feat: add my nix-cache to the full container
All checks were successful
Build and Push docker image / buildAndPush (push) Successful in 1m39s
All checks were successful
Build and Push docker image / buildAndPush (push) Successful in 1m39s
This commit is contained in:
parent
0b4c3b11a1
commit
c5f67c568c
1 changed files with 7 additions and 0 deletions
|
|
@ -24,6 +24,13 @@
|
||||||
nix-with-tools = import (nix + "/docker.nix") {
|
nix-with-tools = import (nix + "/docker.nix") {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
extraPkgs = [ pkgs.nodejs pkgs.skopeo ];
|
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 = {
|
Labels = {
|
||||||
"org.opencontainers.image.title" = "Nix";
|
"org.opencontainers.image.title" = "Nix";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue