quickstart: add specialArgs

This commit is contained in:
DavHau
2023-08-30 16:47:05 +02:00
parent 0bf52859fe
commit 91e42d8a63

View File

@@ -76,6 +76,7 @@ Absolutely, let's break down the migration step by step, explaining each action
```nix
nixosConfigurations = clan-core.lib.buildClan {
directory = ./.;
specialArgs = {};
machines = {
example-desktop = {
nixpkgs.hostPlatform = "x86_64-linux";