container-images/atticd.nix

4 lines
134 B
Nix
Raw Normal View History

{ flutils, attic, ... }: flutils.lib.eachDefaultSystem (system: {
packages.atticd = attic.packages.${system}.attic-server-image;
})