Skip to content

Commit a25cd6d

Browse files
Fix nix flake comments
1 parent 060f6de commit a25cd6d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.nix/flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
#
55
# Development Environment:
66
# - Provides all necessary tools for Rust/Wasm development
7+
# - Includes dependencies for desktop app development
78
# - Sets up profiling and debugging tools
89
# - Configures mold as the default linker for faster builds
910
#
1011
# Usage:
11-
# - Development shell: `nix develop`
12+
# - Development shell: `nix develop .nix` from the project root
1213
# - Run in dev shell with direnv: add `use flake` to .envrc
1314
{
1415
description = "Development environment and build configuration";

0 commit comments

Comments
 (0)