add nix flake support
This commit is contained in:
parent
6d2dc3280b
commit
d308dd9b24
1 changed files with 7 additions and 0 deletions
7
flake.nix
Normal file
7
flake.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
description = "Peer2Peer Nix-Binary-Cache";
|
||||
|
||||
outputs = { self }: {
|
||||
nixosModules.peerix = import ./module.nix;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue