mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Updated INSTALL.md again
This commit is contained in:
parent
2e61c609bb
commit
85eeaabe28
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue