add nix flake support

This commit is contained in:
Gabriel Fontes 2021-10-23 11:41:06 -03:00
parent 6d2dc3280b
commit d308dd9b24
No known key found for this signature in database
GPG key ID: 2E54EA7BFE630916

7
flake.nix Normal file
View file

@ -0,0 +1,7 @@
{
description = "Peer2Peer Nix-Binary-Cache";
outputs = { self }: {
nixosModules.peerix = import ./module.nix;
};
}