Add OCI container output to flake
This commit is contained in:
parent
07a9a6f9f2
commit
b4f13741f7
13
flake.nix
13
flake.nix
|
@ -82,6 +82,19 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
default = li7y;
|
default = li7y;
|
||||||
|
|
||||||
|
li7y-oci = pkgs.dockerTools.buildLayeredImage {
|
||||||
|
name = "git.sbruder.de/simon/li7y";
|
||||||
|
tag = "latest";
|
||||||
|
|
||||||
|
contents = [
|
||||||
|
li7y
|
||||||
|
];
|
||||||
|
|
||||||
|
config = {
|
||||||
|
Cmd = [ "${li7y}/bin/li7y" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
|
|
Loading…
Reference in a new issue