📌 overlay for tailscale

This commit is contained in:
2021-11-19 22:59:43 -05:00
parent 3caf10caf3
commit c2caeb4dae
6 changed files with 54 additions and 1 deletions

3
overlays/default.nix Normal file
View File

@ -0,0 +1,3 @@
self: super: {
tailscale = super.callPackage ../pkgs/tailscale/default.nix { };
}