File tree Expand file tree Collapse file tree 2 files changed +86
-0
lines changed Expand file tree Collapse file tree 2 files changed +86
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json" ,
3
+ "packages" : [" ruby_3_3@latest" ],
4
+ "shell" : {
5
+ "init_hook" : [
6
+ ],
7
+ "scripts" : {
8
+ "setup" : [
9
+ " bundle install"
10
+ ],
11
+ "test" : [
12
+ " bundle exec rspec"
13
+ ]
14
+ }
15
+ }
16
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "lockfile_version": "1",
3
+ "packages": {
4
+ "ruby_3_3@latest": {
5
+ "last_modified": "2024-07-07T16:08:25Z",
6
+ "plugin_version": "0.0.2",
7
+ "resolved": "github:NixOS/nixpkgs/ab82a9612aa45284d4adf69ee81871a389669a9e#ruby_3_3",
8
+ "source": "devbox-search",
9
+ "version": "3.3.2",
10
+ "systems": {
11
+ "aarch64-darwin": {
12
+ "outputs": [
13
+ {
14
+ "name": "out",
15
+ "path": "/nix/store/qfaw55crdlvajfkpmybjfq4cfmbmm86r-ruby-3.3.2",
16
+ "default": true
17
+ },
18
+ {
19
+ "name": "devdoc",
20
+ "path": "/nix/store/vsda7rk49jvwcpjzlxdw13yibvdgjhqd-ruby-3.3.2-devdoc"
21
+ }
22
+ ],
23
+ "store_path": "/nix/store/qfaw55crdlvajfkpmybjfq4cfmbmm86r-ruby-3.3.2"
24
+ },
25
+ "aarch64-linux": {
26
+ "outputs": [
27
+ {
28
+ "name": "out",
29
+ "path": "/nix/store/q4jhbigza58sb5bbsygirw3g8ffx567g-ruby-3.3.2",
30
+ "default": true
31
+ },
32
+ {
33
+ "name": "devdoc",
34
+ "path": "/nix/store/532fwakiad4xajmmgrjqmvyn1r90n1a0-ruby-3.3.2-devdoc"
35
+ }
36
+ ],
37
+ "store_path": "/nix/store/q4jhbigza58sb5bbsygirw3g8ffx567g-ruby-3.3.2"
38
+ },
39
+ "x86_64-darwin": {
40
+ "outputs": [
41
+ {
42
+ "name": "out",
43
+ "path": "/nix/store/5vhq60d1wylzfj47m9lx788zgx95dl8h-ruby-3.3.2",
44
+ "default": true
45
+ },
46
+ {
47
+ "name": "devdoc",
48
+ "path": "/nix/store/czvcsmhn6nf9j7mwlj2g94cqk3sldayv-ruby-3.3.2-devdoc"
49
+ }
50
+ ],
51
+ "store_path": "/nix/store/5vhq60d1wylzfj47m9lx788zgx95dl8h-ruby-3.3.2"
52
+ },
53
+ "x86_64-linux": {
54
+ "outputs": [
55
+ {
56
+ "name": "out",
57
+ "path": "/nix/store/mlmfwq1bxcbnww5szh5c1kmlzq13pqbr-ruby-3.3.2",
58
+ "default": true
59
+ },
60
+ {
61
+ "name": "devdoc",
62
+ "path": "/nix/store/6bnh1i13ggkwly1kahmv7mfmi0gywx64-ruby-3.3.2-devdoc"
63
+ }
64
+ ],
65
+ "store_path": "/nix/store/mlmfwq1bxcbnww5szh5c1kmlzq13pqbr-ruby-3.3.2"
66
+ }
67
+ }
68
+ }
69
+ }
70
+ }
You can’t perform that action at this time.
0 commit comments