Skip to content

Commit

Permalink
devbox commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath committed Dec 27, 2024
1 parent 2564047 commit da87899
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"yq-go@latest",
"jq@latest",
"ijq@latest",
"github:mikaelfangel/nixvim-config"
"github:mikaelfangel/nixvim-config",
"git-lfs@latest"
],
"env": {
"DEVBOX_GLOBAL_PREFIX": "$HOME/.local/share/devbox/global/default/.devbox/nix/profile/default",
Expand Down
48 changes: 48 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -761,6 +761,54 @@
}
}
},
"git-lfs@latest": {
"last_modified": "2024-12-05T05:26:01Z",
"resolved": "github:NixOS/nixpkgs/929116e316068c7318c54eb4d827f7d9756d5e9c#git-lfs",
"source": "devbox-search",
"version": "3.6.0",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/d8kzci78228q1vy3wxdlnrrnpk5ggcn6-git-lfs-3.6.0",
"default": true
}
],
"store_path": "/nix/store/d8kzci78228q1vy3wxdlnrrnpk5ggcn6-git-lfs-3.6.0"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/lxjqgfbfgxpbpv1gjl40kiz0iky34cd4-git-lfs-3.6.0",
"default": true
}
],
"store_path": "/nix/store/lxjqgfbfgxpbpv1gjl40kiz0iky34cd4-git-lfs-3.6.0"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/k6acjz104fp0748lgl42qvivzmbv4zsb-git-lfs-3.6.0",
"default": true
}
],
"store_path": "/nix/store/k6acjz104fp0748lgl42qvivzmbv4zsb-git-lfs-3.6.0"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/jdyg9y3893sd1cvdm2q8hhckg7g0s92f-git-lfs-3.6.0",
"default": true
}
],
"store_path": "/nix/store/jdyg9y3893sd1cvdm2q8hhckg7g0s92f-git-lfs-3.6.0"
}
}
},
"git@latest": {
"last_modified": "2024-10-23T22:21:09Z",
"resolved": "github:NixOS/nixpkgs/6301495959cf1737c6ebcd153833e4c4596f56e2#git",
Expand Down

0 comments on commit da87899

Please sign in to comment.