feat: enhance development environment with ripgrep and gh-milestone (#1252)

Co-authored-by: Prad N <prad@didao.xyz>
This commit is contained in:
Prad Nukala
2025-03-27 04:21:05 -04:00
committed by GitHub
co-authored by Prad N
parent 240fc5c1ef
commit de72e6186f
2 changed files with 55 additions and 3 deletions
+5 -1
View File
@@ -8,7 +8,8 @@
"go-task@latest",
"goreleaser@latest",
"commitizen@latest",
"doppler@latest"
"doppler@latest",
"ripgrep@latest"
],
"env": {
"GOPATH": "$HOME/go",
@@ -16,6 +17,9 @@
"DOPPLER_TOKEN": "$DOPPLER_SONR_RELEASE_TOKEN"
},
"shell": {
"init_hook": [
"gh extension install valeriobelli/gh-milestone"
],
"scripts": {
"release": [
"doppler secrets download --no-file --format env > .env",
+48
View File
@@ -403,6 +403,54 @@
"store_path": "/nix/store/hn1dl52063dlljmzjlx0cw1f59yk5r2n-gum-0.16.0"
}
}
},
"ripgrep@latest": {
"last_modified": "2025-03-11T17:52:14Z",
"resolved": "github:NixOS/nixpkgs/0d534853a55b5d02a4ababa1d71921ce8f0aee4c#ripgrep",
"source": "devbox-search",
"version": "14.1.1",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/8jp8ck4gl2gcnl84bm9kjl4fakpdkk7z-ripgrep-14.1.1",
"default": true
}
],
"store_path": "/nix/store/8jp8ck4gl2gcnl84bm9kjl4fakpdkk7z-ripgrep-14.1.1"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/w01qdshvhg0mhwfdlfb43w8qbi13x4rd-ripgrep-14.1.1",
"default": true
}
],
"store_path": "/nix/store/w01qdshvhg0mhwfdlfb43w8qbi13x4rd-ripgrep-14.1.1"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/94k9ri8g0ilaigd9fdz4qw900vas01kr-ripgrep-14.1.1",
"default": true
}
],
"store_path": "/nix/store/94k9ri8g0ilaigd9fdz4qw900vas01kr-ripgrep-14.1.1"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/3mlj8k3yn1nmc6qa0snnqmjxqvfd467n-ripgrep-14.1.1",
"default": true
}
],
"store_path": "/nix/store/3mlj8k3yn1nmc6qa0snnqmjxqvfd467n-ripgrep-14.1.1"
}
}
}
}
}