Skip to content

Commit

Permalink
🤖🦾🛠️ scripts/asdf2devbox.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed May 30, 2024
1 parent e9661c9 commit c785d8c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"[email protected]",
"[email protected]",
"pre-commit@latest",
"[email protected]",
"[email protected]",
"[email protected]",
"which@latest",
Expand All @@ -34,8 +33,9 @@
"oha@latest",
"[email protected]",
"[email protected]",
"[email protected]",
"google-cloud-sdk@latest",
"ginkgo@latest",
"ginkgo@2.17.3",
"temurin-bin-17@latest"
],
"shell": {
Expand Down
24 changes: 12 additions & 12 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -369,51 +369,51 @@
}
}
},
"ginkgo@latest": {
"last_modified": "2024-05-23T08:10:22Z",
"resolved": "github:NixOS/nixpkgs/3305b2b25e4ae4baee872346eae133cf6f611783#ginkgo",
"ginkgo@2.17.3": {
"last_modified": "2024-05-12T16:19:40Z",
"resolved": "github:NixOS/nixpkgs/3281bec7174f679eabf584591e75979a258d8c40#ginkgo",
"source": "devbox-search",
"version": "2.18.0",
"version": "2.17.3",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/qll95lrxb39cbxlyd1d5rzl8b5p5rpkq-ginkgo-2.18.0",
"path": "/nix/store/x1y5dsi9higcsllvahajjf3s80xxkbv1-ginkgo-2.17.3",
"default": true
}
],
"store_path": "/nix/store/qll95lrxb39cbxlyd1d5rzl8b5p5rpkq-ginkgo-2.18.0"
"store_path": "/nix/store/x1y5dsi9higcsllvahajjf3s80xxkbv1-ginkgo-2.17.3"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/sfczfr41wj9vy7iasyjnx983hwl8yvi0-ginkgo-2.18.0",
"path": "/nix/store/0r648k4rlyl4fh81spna9vlbad7k0wi5-ginkgo-2.17.3",
"default": true
}
],
"store_path": "/nix/store/sfczfr41wj9vy7iasyjnx983hwl8yvi0-ginkgo-2.18.0"
"store_path": "/nix/store/0r648k4rlyl4fh81spna9vlbad7k0wi5-ginkgo-2.17.3"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/w6vwpkg3sz63f14dkr609xhqpjj3j5p0-ginkgo-2.18.0",
"path": "/nix/store/wxkh9vy431wdgj7jfq1fjnwjmy440fd8-ginkgo-2.17.3",
"default": true
}
],
"store_path": "/nix/store/w6vwpkg3sz63f14dkr609xhqpjj3j5p0-ginkgo-2.18.0"
"store_path": "/nix/store/wxkh9vy431wdgj7jfq1fjnwjmy440fd8-ginkgo-2.17.3"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/gbrg7rnqhsjvqi5z2p8pqq6synplyssq-ginkgo-2.18.0",
"path": "/nix/store/szggl9bq5128wk9wbws7n1x2724c3l1g-ginkgo-2.17.3",
"default": true
}
],
"store_path": "/nix/store/gbrg7rnqhsjvqi5z2p8pqq6synplyssq-ginkgo-2.18.0"
"store_path": "/nix/store/szggl9bq5128wk9wbws7n1x2724c3l1g-ginkgo-2.17.3"
}
}
},
Expand Down

0 comments on commit c785d8c

Please sign in to comment.