File tree Expand file tree Collapse file tree 2 files changed +55
-3
lines changed Expand file tree Collapse file tree 2 files changed +55
-3
lines changed Original file line number Diff line number Diff line change 8
8
" go-task@latest" ,
9
9
" goreleaser@latest" ,
10
10
" commitizen@latest" ,
11
- " doppler@latest"
11
+ " doppler@latest" ,
12
+ " ripgrep@latest"
12
13
],
13
14
"env" : {
14
- "GOPATH" : " $HOME/go" ,
15
- "PATH" : " $PATH:$PWD/bin" ,
15
+ "GOPATH" : " $HOME/go" ,
16
+ "PATH" : " $PATH:$PWD/bin" ,
16
17
"DOPPLER_TOKEN" : " $DOPPLER_SONR_RELEASE_TOKEN"
17
18
},
18
19
"shell" : {
20
+ "init_hook" : [
21
+ " gh extension install valeriobelli/gh-milestone"
22
+ ],
19
23
"scripts" : {
20
24
"release" : [
21
25
" doppler secrets download --no-file --format env > .env" ,
Original file line number Diff line number Diff line change 403
403
"store_path": "/nix/store/hn1dl52063dlljmzjlx0cw1f59yk5r2n-gum-0.16.0"
404
404
}
405
405
}
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
+ }
406
454
}
407
455
}
408
456
}
You can’t perform that action at this time.
0 commit comments