remove directory = self from our documentation

This commit is contained in:
Jörg Thalheim
2025-02-13 11:44:09 +07:00
committed by clan-bot
parent 35aedddf65
commit 873f650678
2 changed files with 2 additions and 2 deletions

View File

@@ -585,7 +585,7 @@ Each attribute is documented below
```nix
buildClan {
directory = self;
self = self;
machines = {
jon = { };
sara = { };

View File

@@ -81,7 +81,7 @@ For the provide flake example, your flake should now look like this:
outputs = { self, nixpkgs, ... }:
let
clan = clan-core.lib.buildClan {
directory = self; # this needs to point at the repository root
self = self; # this needs to point at the repository root
specialArgs = {};
inventory.meta.name = "NEEDS_TO_BE_UNIQUE"; # TODO: Changeme