File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178
178
echo "LINT_CACHE_DIR=$dir" >> $GITHUB_ENV
179
179
180
180
- name : golangci-lint cache
181
- uses : actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1 .0
181
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2 .0
182
182
with :
183
183
path : |
184
184
${{ env.LINT_CACHE_DIR }}
Original file line number Diff line number Diff line change 105
105
drpc . defaultPackage . ${ system }
106
106
formatter
107
107
fzf
108
+ gawk
108
109
gcc13
109
110
gdk
110
111
getopt
114
115
gnumake
115
116
gnused
116
117
gnugrep
118
+ gnutar
117
119
go_1_22
118
120
go-migrate
119
121
( pinnedPkgs . golangci-lint )
147
149
sqlc
148
150
terraform
149
151
typos
152
+ which
150
153
# Needed for many LD system libs!
151
154
( lib . optional stdenv . isLinux util-linux )
152
155
vim
274
277
docker_26
275
278
shadow . out
276
279
su
277
- ncurses # clear
280
+ ncurses . out # clear
278
281
unzip
282
+ zip
283
+ gzip
279
284
] )
280
285
++ oldAttrs . buildInputs ;
281
286
} ) ;
You can’t perform that action at this time.
0 commit comments