zerotier!

This commit is contained in:
Julian 2022-12-30 23:03:43 -08:00
parent da4751c66a
commit 53380e3a55
3 changed files with 6 additions and 11 deletions

View file

@ -1,11 +0,0 @@
{
description = "A very basic flake";
outputs = { self, nixpkgs }: {
packages.x86_64-linux.hello = nixpkgs.legacyPackages.x86_64-linux.hello;
packages.x86_64-linux.default = self.packages.x86_64-linux.hello;
};
}