diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-04 06:36:04 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-04 06:36:04 +0000 |
| commit | 31ed54dab458cb3c0a6472f3e508ccdc7a9b4d79 (patch) | |
| tree | 59c4a3058236a14ac639f018b13b405a9fa50d84 /FILES_CREATED.md | |
| parent | 001ca45e385c05b0eaa36d9879e051853aaff107 (diff) | |
moved to flakes
Diffstat (limited to 'FILES_CREATED.md')
| -rw-r--r-- | FILES_CREATED.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FILES_CREATED.md b/FILES_CREATED.md index a00b72d..2bdb0f4 100644 --- a/FILES_CREATED.md +++ b/FILES_CREATED.md | |||
| @@ -84,9 +84,9 @@ | |||
| 84 | - Locked dependency versions | 84 | - Locked dependency versions |
| 85 | - Generated by cargo | 85 | - Generated by cargo |
| 86 | 86 | ||
| 87 | 3. **grasp-audit/shell.nix** | 87 | 3. **grasp-audit/flake.nix** |
| 88 | - NixOS development environment | 88 | - NixOS development environment (flake-based) |
| 89 | - Build tools (gcc, cargo, etc.) | 89 | - Build tools (rust, pkg-config, openssl) |
| 90 | - Shell hook with helpful messages | 90 | - Shell hook with helpful messages |
| 91 | 91 | ||
| 92 | --- | 92 | --- |
| @@ -268,7 +268,7 @@ Dev dependency: | |||
| 268 | ## Key Files by Purpose | 268 | ## Key Files by Purpose |
| 269 | 269 | ||
| 270 | ### For Building | 270 | ### For Building |
| 271 | - `grasp-audit/shell.nix` - Development environment | 271 | - `grasp-audit/flake.nix` - Development environment |
| 272 | - `grasp-audit/Cargo.toml` - Dependencies | 272 | - `grasp-audit/Cargo.toml` - Dependencies |
| 273 | 273 | ||
| 274 | ### For Understanding | 274 | ### For Understanding |