Add OCI container output to flake

This commit is contained in:
Simon Bruder 2024-07-14 20:51:05 +02:00
parent 850e576cde
commit 6bc66daed8
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -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 {