Skip to content

Commit

Permalink
use elixir 1.16.3 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdziedzic-calmwave committed Aug 25, 2024
1 parent 8a1869f commit 6b73d52
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
12 changes: 4 additions & 8 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
"packages": ["elixir@1.15.7"],
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
"packages": ["elixir@1.16.3"],
"shell": {
"init_hook": [
"echo 'Welcome to devbox!' > /dev/null"
],
"init_hook": ["echo 'Welcome to devbox!' > /dev/null"],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
"test": ["echo \"Error: no test specified\" && exit 1"]
}
}
}
24 changes: 12 additions & 12 deletions devbox.lock
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"lockfile_version": "1",
"packages": {
"elixir@1.15.7": {
"last_modified": "2024-03-23T13:32:18Z",
"resolved": "github:NixOS/nixpkgs/20bc93ca7b2158ebc99b8cef987a2173a81cde35#elixir",
"elixir@1.16.3": {
"last_modified": "2024-08-14T11:41:26Z",
"resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#elixir",
"source": "devbox-search",
"version": "1.15.7",
"version": "1.16.3",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/f2rm6pv5fciv9bb3vzq39yn5dzh8q05r-elixir-1.15.7",
"path": "/nix/store/ghlw3rpzmj8bxc18wyahs50gyvpnkdzj-elixir-1.16.3",
"default": true
}
],
"store_path": "/nix/store/f2rm6pv5fciv9bb3vzq39yn5dzh8q05r-elixir-1.15.7"
"store_path": "/nix/store/ghlw3rpzmj8bxc18wyahs50gyvpnkdzj-elixir-1.16.3"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/wkxcwxjxdz0lysd3yan1g9v1lc3f5q7z-elixir-1.15.7",
"path": "/nix/store/p5g1if1midansszw4raiax21xk6vnivy-elixir-1.16.3",
"default": true
}
],
"store_path": "/nix/store/wkxcwxjxdz0lysd3yan1g9v1lc3f5q7z-elixir-1.15.7"
"store_path": "/nix/store/p5g1if1midansszw4raiax21xk6vnivy-elixir-1.16.3"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/ab2lfw3b8shzz1kgb8zcw8j5qx139qkb-elixir-1.15.7",
"path": "/nix/store/h742v6c6gv8iafpqx84gyyxgw3r0f68v-elixir-1.16.3",
"default": true
}
],
"store_path": "/nix/store/ab2lfw3b8shzz1kgb8zcw8j5qx139qkb-elixir-1.15.7"
"store_path": "/nix/store/h742v6c6gv8iafpqx84gyyxgw3r0f68v-elixir-1.16.3"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/3ln5fzzdzczcyklibsp6jlffxzz00ng8-elixir-1.15.7",
"path": "/nix/store/mxr48y86anc2p6lgvfd9l0qq1d4csz2h-elixir-1.16.3",
"default": true
}
],
"store_path": "/nix/store/3ln5fzzdzczcyklibsp6jlffxzz00ng8-elixir-1.15.7"
"store_path": "/nix/store/mxr48y86anc2p6lgvfd9l0qq1d4csz2h-elixir-1.16.3"
}
}
}
Expand Down

0 comments on commit 6b73d52

Please sign in to comment.