Skip to content

Commit dd5555c

Browse files
committed
Remove unused filefile code
This has all been moved to https://github.com/staticweb-io/wordpress-cache-benchmarks
1 parent a300bdb commit dd5555c

File tree

3 files changed

+12
-333
lines changed

3 files changed

+12
-333
lines changed

dev/flake.lock

Lines changed: 12 additions & 205 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dev/flake.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
inputs = {
33
nixos2505.url = "github:nixos/nixpkgs/nixos-25.05";
44
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
5-
finefile = {
6-
url = "github:john-shaffer/finefile";
7-
inputs.nixpkgs.follows = "nixpkgs";
8-
};
95
flake-parts.url = "github:hercules-ci/flake-parts";
106
systems.url = "github:nix-systems/default";
117
process-compose-flake.url = "github:Platonic-Systems/process-compose-flake";
@@ -352,7 +348,6 @@
352348
buildInputs = [
353349
fd
354350
hey
355-
inputs.finefile.packages.${system}.default
356351
inferno
357352
jq
358353
jsonfmt

0 commit comments

Comments
 (0)