Improve documentation

This commit is contained in:
Qubasa
2024-04-06 12:34:49 +02:00
parent 91dddc2281
commit 6d8d211968
4 changed files with 12 additions and 6 deletions

View File

@@ -9,6 +9,7 @@
system = "x86_64-linux";
pkgs = clan-core.inputs.nixpkgs.legacyPackages.${system};
clan = clan-core.lib.buildClan {
specialArgs = { }; # Add arguments to every nix import in here
directory = self;
clanName = "__CHANGE_ME__"; # Ensure this is internet wide unique.
machines = {

View File

@@ -1,4 +1,4 @@
{config, clan, lib, pkgs, ...}:
{ ... }:
{
}
}

View File

@@ -1,4 +1,4 @@
{config, clan, lib, pkgs, ...}:
{ ... }:
{
}
}