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 cfc2fbb commit e2cd9e2Copy full SHA for e2cd9e2
.envrc
@@ -2,9 +2,12 @@
2
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3
# SPDX-License-Identifier: Apache-2.0
4
5
+# Activate the default devShell
6
use flake
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
10
[[ -d ".venv" ]] || (uv venv && uv sync --extra=nix)
11
12
+# Activate the project venv
13
. .venv/bin/activate
0 commit comments