peerix/flake.nix

8 lines
127 B
Nix
Raw Normal View History

2021-10-23 10:41:06 -04:00
{
description = "Peer2Peer Nix-Binary-Cache";
outputs = { self }: {
nixosModules.peerix = import ./module.nix;
};
}