We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060f6de commit a25cd6dCopy full SHA for a25cd6d
1 file changed
.nix/flake.nix
@@ -4,11 +4,12 @@
4
#
5
# Development Environment:
6
# - Provides all necessary tools for Rust/Wasm development
7
+# - Includes dependencies for desktop app development
8
# - Sets up profiling and debugging tools
9
# - Configures mold as the default linker for faster builds
10
11
# Usage:
-# - Development shell: `nix develop`
12
+# - Development shell: `nix develop .nix` from the project root
13
# - Run in dev shell with direnv: add `use flake` to .envrc
14
{
15
description = "Development environment and build configuration";
0 commit comments