upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/IMPLEMENTATION_COMPLETE.md
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-11-04 06:36:04 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-04 06:36:04 +0000
commit31ed54dab458cb3c0a6472f3e508ccdc7a9b4d79 (patch)
tree59c4a3058236a14ac639f018b13b405a9fa50d84 /IMPLEMENTATION_COMPLETE.md
parent001ca45e385c05b0eaa36d9879e051853aaff107 (diff)
moved to flakes
Diffstat (limited to 'IMPLEMENTATION_COMPLETE.md')
-rw-r--r--IMPLEMENTATION_COMPLETE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/IMPLEMENTATION_COMPLETE.md b/IMPLEMENTATION_COMPLETE.md
index e04513b..1938595 100644
--- a/IMPLEMENTATION_COMPLETE.md
+++ b/IMPLEMENTATION_COMPLETE.md
@@ -35,7 +35,7 @@ Following the prompt to implement **Option B** (parallel development with separa
35```bash 35```bash
36# 1. Build (2 minutes) 36# 1. Build (2 minutes)
37cd grasp-audit 37cd grasp-audit
38nix-shell 38nix develop
39cargo build 39cargo build
40 40
41# 2. Unit tests (1 minute) 41# 2. Unit tests (1 minute)
@@ -79,7 +79,7 @@ cargo run --example simple_audit
79- `IMPLEMENTATION_COMPLETE.md` - This file 79- `IMPLEMENTATION_COMPLETE.md` - This file
80 80
81### Configuration 81### Configuration
82- `grasp-audit/shell.nix` - NixOS dev environment 82- `grasp-audit/flake.nix` - NixOS dev environment (flake-based)
83- `grasp-audit/Cargo.toml` - Dependencies 83- `grasp-audit/Cargo.toml` - Dependencies
84- `grasp-audit/Cargo.lock` - Locked versions 84- `grasp-audit/Cargo.lock` - Locked versions
85 85