From 02a99025dc5a1b04a61f57a9c041495faa7f01d6 Mon Sep 17 00:00:00 2001 From: dusk Date: Fri, 26 Sep 2025 15:41:18 +0000 Subject: [PATCH] fix flake services name --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2f333d80..2769372d 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ }; nci.toolchainConfig = ./rust-toolchain.toml; - nci.projects."pluralkit-services" = { + nci.projects."pk-services" = { path = ./.; export = false; };