You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .nix/flake.nix
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,19 @@
1
1
# This is a helper file for people using NixOS as their operating system.
2
2
# If you don't know what this file does, you can safely ignore it.
3
-
# This file defines both the development environment for the project.
3
+
# This file defines the reproducible development environment for the project.
4
4
#
5
5
# Development Environment:
6
-
# - Provides all necessary tools for Rust/WASM development
7
-
# - Includes Tauri dependencies for desktop app development
6
+
# - Provides all necessary tools for Rust/Wasm development
8
7
# - Sets up profiling and debugging tools
9
8
# - Configures mold as the default linker for faster builds
10
9
#
11
-
#
12
10
# Usage:
13
11
# - Development shell: `nix develop`
14
12
# - Run in dev shell with direnv: add `use flake` to .envrc
15
13
{
16
14
description="Development environment and build configuration";
17
15
18
16
inputs={
19
-
# This url should be changed to match your system packages if you work on tauri because you need to use the same graphics library versions as the ones used by your system
0 commit comments