Skip to content

Commit e2cd9e2

Browse files
Expand comments in .envrc
Signed-off-by: Harry Callahan <[email protected]>
1 parent cfc2fbb commit e2cd9e2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.envrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
44

5+
# Activate the default devShell
56
use flake
67

7-
# create the venv if it doesn't yet exist
8+
# Create the venv if it doesn't yet exist, and update the project's environment
9+
# with all useful dependencies that can be run under the nix environment
810
[[ -d ".venv" ]] || (uv venv && uv sync --extra=nix)
911

12+
# Activate the project venv
1013
. .venv/bin/activate

0 commit comments

Comments
 (0)