fix flake services name

This commit is contained in:
dusk 2025-09-26 15:41:18 +00:00
parent b353dcbda2
commit 02a99025dc
No known key found for this signature in database

View file

@ -63,7 +63,7 @@
}; };
nci.toolchainConfig = ./rust-toolchain.toml; nci.toolchainConfig = ./rust-toolchain.toml;
nci.projects."pluralkit-services" = { nci.projects."pk-services" = {
path = ./.; path = ./.;
export = false; export = false;
}; };