📌 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

View File

@ -1,6 +1,9 @@
let
sources = import ./nix/sources.nix;
pkgs = import sources.nixpkgs { };
pkgs = import sources.nixpkgs {
overlays = [ (import ./overlays) ];
config = { };
};
in
pkgs.mkShell {
name = "athens";