Skip to content

Commit de72e61

Browse files
prnk28Prad N
andauthored
feat: enhance development environment with ripgrep and gh-milestone (#1252)
Co-authored-by: Prad N <prad@didao.xyz>
1 parent 240fc5c commit de72e61

File tree

2 files changed

+55
-3
lines changed

2 files changed

+55
-3
lines changed

devbox.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,18 @@
88
"go-task@latest",
99
"goreleaser@latest",
1010
"commitizen@latest",
11-
"doppler@latest"
11+
"doppler@latest",
12+
"ripgrep@latest"
1213
],
1314
"env": {
14-
"GOPATH": "$HOME/go",
15-
"PATH": "$PATH:$PWD/bin",
15+
"GOPATH": "$HOME/go",
16+
"PATH": "$PATH:$PWD/bin",
1617
"DOPPLER_TOKEN": "$DOPPLER_SONR_RELEASE_TOKEN"
1718
},
1819
"shell": {
20+
"init_hook": [
21+
"gh extension install valeriobelli/gh-milestone"
22+
],
1923
"scripts": {
2024
"release": [
2125
"doppler secrets download --no-file --format env > .env",

devbox.lock

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,54 @@
403403
"store_path": "/nix/store/hn1dl52063dlljmzjlx0cw1f59yk5r2n-gum-0.16.0"
404404
}
405405
}
406+
},
407+
"ripgrep@latest": {
408+
"last_modified": "2025-03-11T17:52:14Z",
409+
"resolved": "github:NixOS/nixpkgs/0d534853a55b5d02a4ababa1d71921ce8f0aee4c#ripgrep",
410+
"source": "devbox-search",
411+
"version": "14.1.1",
412+
"systems": {
413+
"aarch64-darwin": {
414+
"outputs": [
415+
{
416+
"name": "out",
417+
"path": "/nix/store/8jp8ck4gl2gcnl84bm9kjl4fakpdkk7z-ripgrep-14.1.1",
418+
"default": true
419+
}
420+
],
421+
"store_path": "/nix/store/8jp8ck4gl2gcnl84bm9kjl4fakpdkk7z-ripgrep-14.1.1"
422+
},
423+
"aarch64-linux": {
424+
"outputs": [
425+
{
426+
"name": "out",
427+
"path": "/nix/store/w01qdshvhg0mhwfdlfb43w8qbi13x4rd-ripgrep-14.1.1",
428+
"default": true
429+
}
430+
],
431+
"store_path": "/nix/store/w01qdshvhg0mhwfdlfb43w8qbi13x4rd-ripgrep-14.1.1"
432+
},
433+
"x86_64-darwin": {
434+
"outputs": [
435+
{
436+
"name": "out",
437+
"path": "/nix/store/94k9ri8g0ilaigd9fdz4qw900vas01kr-ripgrep-14.1.1",
438+
"default": true
439+
}
440+
],
441+
"store_path": "/nix/store/94k9ri8g0ilaigd9fdz4qw900vas01kr-ripgrep-14.1.1"
442+
},
443+
"x86_64-linux": {
444+
"outputs": [
445+
{
446+
"name": "out",
447+
"path": "/nix/store/3mlj8k3yn1nmc6qa0snnqmjxqvfd467n-ripgrep-14.1.1",
448+
"default": true
449+
}
450+
],
451+
"store_path": "/nix/store/3mlj8k3yn1nmc6qa0snnqmjxqvfd467n-ripgrep-14.1.1"
452+
}
453+
}
406454
}
407455
}
408456
}

0 commit comments

Comments
 (0)