set image name to forgejo repo
This commit is contained in:
parent
7b8893b326
commit
5d007278ee
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||
in {
|
||||
packages.x86_64-linux.default = pkgs.dockerTools.streamLayeredImage {
|
||||
name = "nix-builder";
|
||||
name = "git.celery.eu.org/tezlm/nix-builder";
|
||||
tag = "latest";
|
||||
contents = with pkgs; [coreutils cacert nix git git-lfs bash attic-client podman];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue