Skip to content

Commit 4cfdaed

Browse files
authored
Merge pull request #1178 from cloudfoundry/fix_direnv
Avoid direnv on non-linux systems;
2 parents 3c063dc + 0b51b72 commit 4cfdaed

2 files changed

Lines changed: 0 additions & 49 deletions

File tree

devbox.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"credhub-cli": "2.9.54",
2424
"curl": "8.17.0",
2525
"delve": "1.26.1",
26-
"direnv": "2.37.1",
2726
"fly": "8.1.1",
2827
"gh": "2.89.0",
2928
"ginkgo": "2.28.1",

devbox.lock

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -561,54 +561,6 @@
561561
}
562562
}
563563
},
564-
"direnv@2.37.1": {
565-
"last_modified": "2026-04-23T13:07:47Z",
566-
"resolved": "github:NixOS/nixpkgs/01fbdeef22b76df85ea168fbfe1bfd9e63681b30#direnv",
567-
"source": "devbox-search",
568-
"version": "2.37.1",
569-
"systems": {
570-
"aarch64-darwin": {
571-
"outputs": [
572-
{
573-
"name": "out",
574-
"path": "/nix/store/dacr44bblnwpmh3q25sy36f2m8l4kdbm-direnv-2.37.1",
575-
"default": true
576-
}
577-
],
578-
"store_path": "/nix/store/dacr44bblnwpmh3q25sy36f2m8l4kdbm-direnv-2.37.1"
579-
},
580-
"aarch64-linux": {
581-
"outputs": [
582-
{
583-
"name": "out",
584-
"path": "/nix/store/mli9brxzxza69wsrn727snqzvsg043p8-direnv-2.37.1",
585-
"default": true
586-
}
587-
],
588-
"store_path": "/nix/store/mli9brxzxza69wsrn727snqzvsg043p8-direnv-2.37.1"
589-
},
590-
"x86_64-darwin": {
591-
"outputs": [
592-
{
593-
"name": "out",
594-
"path": "/nix/store/s7zvp764cwxyqnzjd5lxy8jfl8n87miv-direnv-2.37.1",
595-
"default": true
596-
}
597-
],
598-
"store_path": "/nix/store/s7zvp764cwxyqnzjd5lxy8jfl8n87miv-direnv-2.37.1"
599-
},
600-
"x86_64-linux": {
601-
"outputs": [
602-
{
603-
"name": "out",
604-
"path": "/nix/store/m9csyivb7b2d6bp7blb0sdc9mmqaypf3-direnv-2.37.1",
605-
"default": true
606-
}
607-
],
608-
"store_path": "/nix/store/m9csyivb7b2d6bp7blb0sdc9mmqaypf3-direnv-2.37.1"
609-
}
610-
}
611-
},
612564
"fly@8.1.1": {
613565
"last_modified": "2026-04-23T13:07:47Z",
614566
"resolved": "github:NixOS/nixpkgs/01fbdeef22b76df85ea168fbfe1bfd9e63681b30#fly",

0 commit comments

Comments
 (0)