Skip to content

Commit 516ccd0

Browse files
committed
amd 426
1 parent 09b987a commit 516ccd0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lib/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ let
409409
make-clan = # hosts:
410410
let
411411
# Usage see: https://docs.clan.lol
412-
clan = inputs.clan-core.lib.buildClan {
412+
clan = inputs.clan-core.lib.clan {
413413
self = inputs.self;
414414
meta.name = "developing-today";
415415
# Prerequisite: boot into the installer.
@@ -424,7 +424,8 @@ let
424424
};
425425
in
426426
{
427-
inherit (clan) nixosConfigurations clanInternals;
427+
inherit (clan.config) nixosConfigurations clanInternals;
428+
clan = clan.config;
428429
devShells =
429430
inputs.clan-core.inputs.nixpkgs.lib.genAttrs
430431
[ "x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin" ]

0 commit comments

Comments
 (0)