Skip to content

Commit 8a30a21

Browse files
build: add asdf
Walk back python version, bump poetry
1 parent 3a45906 commit 8a30a21

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
python 3.12.0
2-
poetry 1.6.1
1+
python 3.11.6
2+
poetry 1.7.1

devbox.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"docker@latest",
77
"ansible@latest",
88
"ansible-lint@latest",
9+
"asdf-vm@latest",
910
"gh@latest",
1011
"git@latest",
1112
"gnumake@latest",

devbox.lock

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,26 @@
4141
}
4242
}
4343
},
44+
"asdf-vm@latest": {
45+
"last_modified": "2024-02-10T18:15:24Z",
46+
"resolved": "github:NixOS/nixpkgs/10b813040df67c4039086db0f6eaf65c536886c6#asdf-vm",
47+
"source": "devbox-search",
48+
"version": "0.14.0",
49+
"systems": {
50+
"aarch64-darwin": {
51+
"store_path": "/nix/store/mara9fb0rgzk790q16hm3mwzpxwcmzz8-asdf-vm-0.14.0"
52+
},
53+
"aarch64-linux": {
54+
"store_path": "/nix/store/h5ibj29ng73xlb77firx7sajdajl1lcf-asdf-vm-0.14.0"
55+
},
56+
"x86_64-darwin": {
57+
"store_path": "/nix/store/y4l8am760v9r19xr1scyqf2rxxfmkwy9-asdf-vm-0.14.0"
58+
},
59+
"x86_64-linux": {
60+
"store_path": "/nix/store/h35fi5106nzvhd87kzrz1sg7whajzswz-asdf-vm-0.14.0"
61+
}
62+
}
63+
},
4464
"docker@latest": {
4565
"last_modified": "2024-02-01T15:59:28Z",
4666
"resolved": "github:NixOS/nixpkgs/f38bca1ca559974b36863d0ff4bb710b7bc12890#docker",

0 commit comments

Comments
 (0)