Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
add libgl to devenv
Browse files Browse the repository at this point in the history
  • Loading branch information
PatNei committed Feb 13, 2024
1 parent d735928 commit bdc2568
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"nodejs@latest",
"python@3.11",
"stdenv.cc.cc.lib",
"glibc"
"glibc",
"libGL@latest"
],
"shell": {
"init_hook": [
Expand Down
15 changes: 15 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@
"resolved": "github:NixOS/nixpkgs/75a52265bda7fd25e06e3a67dee3f0354e73243c#glibc",
"source": "nixpkg"
},
"libGL@latest": {
"last_modified": "2024-01-27T14:55:31Z",
"resolved": "github:NixOS/nixpkgs/160b762eda6d139ac10ae081f8f78d640dd523eb#libGL",
"source": "devbox-search",
"version": "23.3.3",
"systems": {
"aarch64-darwin": {
"store_path": "/nix/store/z9s2l27hg03ph02v28ybj2z38bg1n3wk-libGL-23.3.3"
},
"x86_64-darwin": {
"store_path": "/nix/store/7m506dzn162z5rb6dlp5p7x32kqg4iz6-libGL-23.3.3"
}
}
},
"nodejs@latest": {
"last_modified": "2024-01-27T14:55:31Z",
"resolved": "github:NixOS/nixpkgs/160b762eda6d139ac10ae081f8f78d640dd523eb#nodejs_21",
Expand Down Expand Up @@ -48,6 +62,7 @@
},
"python@3.11": {
"last_modified": "2024-01-27T14:55:31Z",
"plugin_version": "0.0.3",
"resolved": "github:NixOS/nixpkgs/160b762eda6d139ac10ae081f8f78d640dd523eb#python3",
"source": "devbox-search",
"version": "3.11.7",
Expand Down

0 comments on commit bdc2568

Please sign in to comment.