Merge pull request 'quickstart: add specialArgs' (#227) from DavHau-main into main
This commit is contained in:
@@ -76,6 +76,7 @@ Absolutely, let's break down the migration step by step, explaining each action
|
|||||||
```nix
|
```nix
|
||||||
nixosConfigurations = clan-core.lib.buildClan {
|
nixosConfigurations = clan-core.lib.buildClan {
|
||||||
directory = ./.;
|
directory = ./.;
|
||||||
|
specialArgs = {};
|
||||||
machines = {
|
machines = {
|
||||||
example-desktop = {
|
example-desktop = {
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
|
|||||||
Reference in New Issue
Block a user