Skip to content

Commit 7486090

Browse files
committed
mv env to top for visibility
1 parent 16e016e commit 7486090

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

uv.hcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ binaries = ["*"]
33
homepage = "https://astral.sh/"
44
strip = 1
55

6+
env = {
7+
"PYTHONUSERBASE": "${HERMIT_ENV}/.hermit/python",
8+
}
9+
610
platform "darwin" {
711
source = "https://github.com/astral-sh/uv/releases/download/${version}/uv-${xarch}-apple-darwin.tar.gz"
812
sha256-source = "https://github.com/astral-sh/uv/releases/download/${version}/uv-${xarch}-apple-darwin.tar.gz.sha256"
@@ -37,10 +41,6 @@ version "0.1.1" "0.1.3" "0.1.4" "0.1.5" "0.1.6" "0.1.8" "0.1.10" "0.1.11" "0.1.1
3741
}
3842
}
3943

40-
env = {
41-
"PYTHONUSERBASE": "${HERMIT_ENV}/.hermit/python",
42-
}
43-
4444
sha256sums = {
4545
"https://github.com/astral-sh/uv/releases/download/0.1.1/uv-x86_64-apple-darwin.tar.gz": "dde96aad74a1abd6ba3440eceebca2a5c9f29aecf9178dda0b10d1177cfa3a8d",
4646
"https://github.com/astral-sh/uv/releases/download/0.1.1/uv-aarch64-apple-darwin.tar.gz": "ff595133104cd486c7d852f68d5fa82bafddc7cedcc5087432fd55f0681af89a",

0 commit comments

Comments
 (0)