Add gh
All checks were successful
Test / Build (push) Successful in 4s
Test / Test (push) Successful in 3s

This commit is contained in:
Chris Daßler
2025-02-12 23:41:48 +01:00
parent 1b49623b34
commit b666a8c46a
2 changed files with 64 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json", "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
"packages": [], "packages": ["gh@2.66.1"],
"shell": { "shell": {
"init_hook": [ "init_hook": [
"echo 'Welcome to devbox!' > /dev/null" "echo 'Welcome to devbox!' > /dev/null"
@@ -11,5 +11,4 @@
] ]
} }
} }
} }

53
src/devbox.lock Normal file
View File

@@ -0,0 +1,53 @@
{
"lockfile_version": "1",
"packages": {
"gh@2.66.1": {
"last_modified": "2025-02-01T15:12:02Z",
"resolved": "github:NixOS/nixpkgs/102a39bfee444533e6b4e8611d7e92aa39b7bec1#gh",
"source": "devbox-search",
"version": "2.66.1",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/dvy3rk4jxx10ll5mhh0g8a260l2m1c1c-gh-2.66.1",
"default": true
}
],
"store_path": "/nix/store/dvy3rk4jxx10ll5mhh0g8a260l2m1c1c-gh-2.66.1"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/k6dk8k0wi06k8wrphrkq8pypcql2jx9w-gh-2.66.1",
"default": true
}
],
"store_path": "/nix/store/k6dk8k0wi06k8wrphrkq8pypcql2jx9w-gh-2.66.1"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/yhlzsr96n9a5807r8glh89mj66dbk58z-gh-2.66.1",
"default": true
}
],
"store_path": "/nix/store/yhlzsr96n9a5807r8glh89mj66dbk58z-gh-2.66.1"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/3laqs1ys46ryva9mcmk1q5yvn1k3xhyc-gh-2.66.1",
"default": true
}
],
"store_path": "/nix/store/3laqs1ys46ryva9mcmk1q5yvn1k3xhyc-gh-2.66.1"
}
}
}
}
}