remove directory = self from our documentation
This commit is contained in:
@@ -585,7 +585,7 @@ Each attribute is documented below
|
|||||||
|
|
||||||
```nix
|
```nix
|
||||||
buildClan {
|
buildClan {
|
||||||
directory = self;
|
self = self;
|
||||||
machines = {
|
machines = {
|
||||||
jon = { };
|
jon = { };
|
||||||
sara = { };
|
sara = { };
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ For the provide flake example, your flake should now look like this:
|
|||||||
outputs = { self, nixpkgs, ... }:
|
outputs = { self, nixpkgs, ... }:
|
||||||
let
|
let
|
||||||
clan = clan-core.lib.buildClan {
|
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 = {};
|
specialArgs = {};
|
||||||
inventory.meta.name = "NEEDS_TO_BE_UNIQUE"; # TODO: Changeme
|
inventory.meta.name = "NEEDS_TO_BE_UNIQUE"; # TODO: Changeme
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user