Skip to content

Commit

Permalink
build: Remove unnecessary bash dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Apr 10, 2024
1 parent 466205f commit c83f3ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 125 deletions.
1 change: 0 additions & 1 deletion devbox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"packages": [
"actionlint@latest",
"bash@latest",
"coreutils@latest",
"crane@latest",
"fd@latest",
Expand Down
124 changes: 0 additions & 124 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,130 +49,6 @@
}
}
},
"bash@latest": {
"last_modified": "2024-03-29T03:06:03Z",
"resolved": "github:NixOS/nixpkgs/9b09bde6e3fc9493b6a8b2a5702ac87c66505c64#bash",
"source": "devbox-search",
"version": "5.2p26",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/bsa1v1mr7c42a0yd90ncnchcs18ylm4b-bash-5.2p26",
"default": true
},
{
"name": "man",
"path": "/nix/store/q20597820xwxgrx1ms4bds46lv1iii83-bash-5.2p26-man",
"default": true
},
{
"name": "info",
"path": "/nix/store/gr8205m5ily1x09mkg2vgmid7hkl4968-bash-5.2p26-info"
},
{
"name": "dev",
"path": "/nix/store/21p4r6rq65cji6fjs7pcmywd35y2v7iy-bash-5.2p26-dev"
},
{
"name": "doc",
"path": "/nix/store/0rxrvwwj9qkafibca5hn3f3cvlzhz9qs-bash-5.2p26-doc"
}
],
"store_path": "/nix/store/bsa1v1mr7c42a0yd90ncnchcs18ylm4b-bash-5.2p26"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/k4rn5s600l1mvf9l10q13fw1r7r21yi7-bash-5.2p26",
"default": true
},
{
"name": "man",
"path": "/nix/store/m83q8jnccdk3hrychgiwdharg0cwqykc-bash-5.2p26-man",
"default": true
},
{
"name": "info",
"path": "/nix/store/154w6sgkyvjivc6r8b6k18ffc1sq999q-bash-5.2p26-info"
},
{
"name": "debug",
"path": "/nix/store/7m0xmvqjzhyl70q5w2mwkpbi65ixwg86-bash-5.2p26-debug"
},
{
"name": "dev",
"path": "/nix/store/7rysdpjb1wy71rq255a0rmq63gli0fyv-bash-5.2p26-dev"
},
{
"name": "doc",
"path": "/nix/store/35fc1j2p1h5wm7wkwdr08abs2pkkqgxa-bash-5.2p26-doc"
}
],
"store_path": "/nix/store/k4rn5s600l1mvf9l10q13fw1r7r21yi7-bash-5.2p26"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/7xmqfgfgipjypqprhz0xw6bd3jb58z3y-bash-5.2p26",
"default": true
},
{
"name": "man",
"path": "/nix/store/b8jhwnbnygwqfrl3fm2awch9s3wx1s65-bash-5.2p26-man",
"default": true
},
{
"name": "dev",
"path": "/nix/store/hmr85m39s495swfw50vcm2dg9fpmdkjr-bash-5.2p26-dev"
},
{
"name": "doc",
"path": "/nix/store/00h3sadi1d8szn2aa0fr68p71dvp6pk5-bash-5.2p26-doc"
},
{
"name": "info",
"path": "/nix/store/j388s7hb4ygs8faynz31w3pd4imwqls5-bash-5.2p26-info"
}
],
"store_path": "/nix/store/7xmqfgfgipjypqprhz0xw6bd3jb58z3y-bash-5.2p26"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/5lr5n3qa4day8l1ivbwlcby2nknczqkq-bash-5.2p26",
"default": true
},
{
"name": "man",
"path": "/nix/store/xc55xin8rrj0awz4givys2bdv19gjq0n-bash-5.2p26-man",
"default": true
},
{
"name": "debug",
"path": "/nix/store/3s50cqzyj30j6fq7b1zswxyyr3j86mib-bash-5.2p26-debug"
},
{
"name": "dev",
"path": "/nix/store/vr81q58rgd9gil1im30j4s8jqs889hq4-bash-5.2p26-dev"
},
{
"name": "doc",
"path": "/nix/store/m0fc8n70x6bfwn3alh9di2bara8m6kkv-bash-5.2p26-doc"
},
{
"name": "info",
"path": "/nix/store/ld1f9nmzw7lfw41snqwdr33a0sj9vi5z-bash-5.2p26-info"
}
],
"store_path": "/nix/store/5lr5n3qa4day8l1ivbwlcby2nknczqkq-bash-5.2p26"
}
}
},
"coreutils@latest": {
"last_modified": "2024-03-29T12:35:36Z",
"resolved": "github:NixOS/nixpkgs/807c549feabce7eddbf259dbdcec9e0600a0660d#coreutils",
Expand Down

0 comments on commit c83f3ed

Please sign in to comment.