Skip to content

Commit 020a9af

Browse files
MaxDatenclaude
andcommitted
chore(devenv): remove vercel CLI from dev environment
Use npx for occasional Vercel commands instead of bundling the CLI. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 45bc8fb commit 020a9af

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

devenv.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"devenv": {
44
"locked": {
55
"dir": "src/modules",
6-
"lastModified": 1768597968,
6+
"lastModified": 1771852244,
77
"owner": "cachix",
88
"repo": "devenv",
9-
"rev": "92ad9c70fad164e8f4a3656dec91717a5c42cd98",
9+
"rev": "c88c14a32d06173867e26b7d4f5daed38a3f6f1e",
1010
"type": "github"
1111
},
1212
"original": {
@@ -38,10 +38,10 @@
3838
"nixpkgs": "nixpkgs"
3939
},
4040
"locked": {
41-
"lastModified": 1767281941,
41+
"lastModified": 1771858127,
4242
"owner": "cachix",
4343
"repo": "git-hooks.nix",
44-
"rev": "f0927703b7b1c8d97511c4116eb9b4ec6645a0fa",
44+
"rev": "49bbbfc218bf3856dfa631cead3b052d78248b83",
4545
"type": "github"
4646
},
4747
"original": {
@@ -72,10 +72,10 @@
7272
},
7373
"nixpkgs": {
7474
"locked": {
75-
"lastModified": 1768569498,
75+
"lastModified": 1771207753,
7676
"owner": "NixOS",
7777
"repo": "nixpkgs",
78-
"rev": "be5afa0fcb31f0a96bf9ecba05a516c66fcd8114",
78+
"rev": "d1c15b7d5806069da59e819999d70e1cec0760bf",
7979
"type": "github"
8080
},
8181
"original": {
@@ -87,10 +87,10 @@
8787
},
8888
"nixpkgs_2": {
8989
"locked": {
90-
"lastModified": 1768569498,
90+
"lastModified": 1771207753,
9191
"owner": "NixOS",
9292
"repo": "nixpkgs",
93-
"rev": "be5afa0fcb31f0a96bf9ecba05a516c66fcd8114",
93+
"rev": "d1c15b7d5806069da59e819999d70e1cec0760bf",
9494
"type": "github"
9595
},
9696
"original": {
@@ -102,10 +102,10 @@
102102
},
103103
"nixpkgs_3": {
104104
"locked": {
105-
"lastModified": 1768569498,
105+
"lastModified": 1771207753,
106106
"owner": "nixos",
107107
"repo": "nixpkgs",
108-
"rev": "be5afa0fcb31f0a96bf9ecba05a516c66fcd8114",
108+
"rev": "d1c15b7d5806069da59e819999d70e1cec0760bf",
109109
"type": "github"
110110
},
111111
"original": {
@@ -131,10 +131,10 @@
131131
"nixpkgs": "nixpkgs_3"
132132
},
133133
"locked": {
134-
"lastModified": 1768158989,
134+
"lastModified": 1770228511,
135135
"owner": "numtide",
136136
"repo": "treefmt-nix",
137-
"rev": "e96d59dff5c0d7fddb9d113ba108f03c3ef99eca",
137+
"rev": "337a4fe074be1042a35086f15481d763b8ddc0e7",
138138
"type": "github"
139139
},
140140
"original": {

devenv.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989

9090
packages = with pkgs; [
9191
npm-check-updates
92-
nodePackages.vercel
9392
];
9493

9594
enterShell = ''

0 commit comments

Comments
 (0)