From b1a77328b85b2ed5a7dbcf09a5b95b741470974e Mon Sep 17 00:00:00 2001 From: CaffeinatedOpe Date: Tue, 3 Mar 2026 08:25:27 -0600 Subject: [PATCH] move shell.nix file into tools, updated docs --- .../Linux-Installation-Instructions.md | 2 +- shell.nix => tools/shell.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename shell.nix => tools/shell.nix (100%) diff --git a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md index ee83f711c..be1b4e136 100644 --- a/doc/md/Installation_Instructions/Linux-Installation-Instructions.md +++ b/doc/md/Installation_Instructions/Linux-Installation-Instructions.md @@ -179,7 +179,7 @@ you can skip the installation of `gd-devel`. While in the cloned proxmark repo, run ```sh -nix-shell +nix-shell tools/shell.nix ``` This will bring in all required packages to build the client and firmware with all available features. diff --git a/shell.nix b/tools/shell.nix similarity index 100% rename from shell.nix rename to tools/shell.nix