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; };