From 85eeaabe28fb75940314cb7658c25b8705155d8a Mon Sep 17 00:00:00 2001 From: zsuper Date: Thu, 3 Apr 2025 21:29:38 -0700 Subject: [PATCH] Updated INSTALL.md again --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 2cb85f2..b3b4918 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -52,7 +52,8 @@ If you instead want to include it as a flake input, the following `flake.nix` sh devShells.${system}.default = pkgs.mkShell { packages = [ # Make the `proxytunnel` binary available in a Nix Shell - proxytunnel.packages.${system}.default + # The above overlay adds it to nixpkgs. Without the overlay, use proxytunnel.packages.${system}.default + pkgs.proxytunnel # And include any other packages as desired... pkgs.gcc