From 31ed54dab458cb3c0a6472f3e508ccdc7a9b4d79 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 4 Nov 2025 06:36:04 +0000 Subject: moved to flakes --- grasp-audit/QUICK_START.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'grasp-audit/QUICK_START.md') diff --git a/grasp-audit/QUICK_START.md b/grasp-audit/QUICK_START.md index 47e848e..d4ee494 100644 --- a/grasp-audit/QUICK_START.md +++ b/grasp-audit/QUICK_START.md @@ -11,7 +11,7 @@ ```bash # Enter development shell cd grasp-audit -nix-shell +nix develop # Build the project cargo build @@ -135,7 +135,7 @@ async fn main() -> Result<()> { **Solution (NixOS):** ```bash -nix-shell # Use the provided shell.nix +nix develop # Use the provided flake.nix ``` **Solution (Other Linux):** -- cgit v1.2.3