{ pkgs ? import { } }: let zerotieroneCustom = pkgs.callPackage ./package.nix {}; in pkgs.mkShell { packages = with pkgs; [ bear cmake cmake-language-server clang-tools ] ++ zerotieroneCustom.buildInputs ++ zerotieroneCustom.nativeBuildInputs; SSH_AUTH_SOCK = builtins.getEnv "SSH_AUTH_SOCK"; NIXPKGS_ALLOW_UNFREE = "1"; shellHook = '' ''; }