diff --git a/docs/admins/clan-config.md b/docs/admins/clan-config.md index 942d0b64..3766e723 100644 --- a/docs/admins/clan-config.md +++ b/docs/admins/clan-config.md @@ -12,7 +12,7 @@ Add the clan tool to your flake inputs: clan.url = "git+https://git.clan.lol/clan/clan-core"; ``` -and inside the mkFlake: +and inside the buildClan: ``` imports = [ diff --git a/docs/admins/quickstart.md b/docs/admins/quickstart.md index 1894ffed..485bd425 100644 --- a/docs/admins/quickstart.md +++ b/docs/admins/quickstart.md @@ -11,7 +11,7 @@ $ nix shell git+https://git.clan.lol/clan/clan-core 2. Then use the following commands to initialize a new clan-flake: ```shellSession -$ clan flake create my-clan +$ clan flakes create my-clan ``` This action will generate two primary files: `flake.nix` and `.clan-flake`.