Skip to content

Commit

Permalink
devbox commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wardnath committed Sep 2, 2024
1 parent c6c1c27 commit a3e2dc3
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 24 deletions.
4 changes: 0 additions & 4 deletions chezmoi/dot_config/complgen/tomlq.usage.tmpl

This file was deleted.

8 changes: 0 additions & 8 deletions chezmoi/dot_config/complgen/xq.usage.tmpl

This file was deleted.

10 changes: 0 additions & 10 deletions chezmoi/dot_config/complgen/yq.usage.tmpl

This file was deleted.

5 changes: 3 additions & 2 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
"yq@latest",
"zoxide@latest",
"wl-clipboard@latest",
"_1password@latest"
"_1password@latest",
"cargo@latest"
],
"env": {
"DEVBOX_GLOBAL_PREFIX": "$HOME/.local/share/devbox/global/default/.devbox/nix/profile/default",
Expand All @@ -62,7 +63,7 @@
],
"scripts": {
"completion-path": [
"echo ${DEVBOX_GLOBAL_ROOT}/chezmoi/dot_config/aux-zsh-completions/stdout-completions.zsh"
"echo ${DEVBOX_GLOBAL_ROOT}/chezmoi/dot_config/aux-zsh-completions/stdout-completions.zsh"
],
"complgen-man": [
"man $1 | complgen scrape > ${DEVBOX_GLOBAL_ROOT}/chezmoi/dot_config/complgen/$1.usage.tmpl"
Expand Down
48 changes: 48 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,54 @@
}
}
},
"cargo@latest": {
"last_modified": "2024-08-14T11:41:26Z",
"resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#cargo",
"source": "devbox-search",
"version": "1.80.1",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/byfa9wirgg1gby158kayipmwkhih1szv-cargo-1.80.1",
"default": true
}
],
"store_path": "/nix/store/byfa9wirgg1gby158kayipmwkhih1szv-cargo-1.80.1"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/aclhcix9jnn3611mkzmmyr1zw3g16xhw-cargo-1.80.1",
"default": true
}
],
"store_path": "/nix/store/aclhcix9jnn3611mkzmmyr1zw3g16xhw-cargo-1.80.1"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/xnkapz710jpqqc8zvhdk5bsiw9qan386-cargo-1.80.1",
"default": true
}
],
"store_path": "/nix/store/xnkapz710jpqqc8zvhdk5bsiw9qan386-cargo-1.80.1"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/jav6m86f97cpj1l5d3waqhq1yz837pxp-cargo-1.80.1",
"default": true
}
],
"store_path": "/nix/store/jav6m86f97cpj1l5d3waqhq1yz837pxp-cargo-1.80.1"
}
}
},
"cheat@latest": {
"last_modified": "2024-01-27T14:55:31Z",
"resolved": "github:NixOS/nixpkgs/160b762eda6d139ac10ae081f8f78d640dd523eb#cheat",
Expand Down

0 comments on commit a3e2dc3

Please sign in to comment.