From 39b9d431b422ca88e05c2edcb2b402664dde264f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Tue, 25 Apr 2023 07:52:51 +0100 Subject: [PATCH] fix wordpress-plugins spelling --- flake.nix | 2 +- overlay.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 47cced8..5c53f94 100644 --- a/flake.nix +++ b/flake.nix @@ -111,7 +111,7 @@ woodpecker-server hydra hydra-unstable - wordpressPlugins + wordpress-plugins ; } // ( diff --git a/overlay.nix b/overlay.nix index 2351b71..da2c9a0 100644 --- a/overlay.nix +++ b/overlay.nix @@ -82,7 +82,7 @@ system: self: super: let ]; }); hydra-unstable = self.hydra; - wordpressPlugins = self.callPackage ./web/wordpress-plugins {}; + wordpress-plugins = self.callPackage ./web/wordpress-plugins {}; }) riscv-overlay ];