We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b987a commit 516ccd0Copy full SHA for 516ccd0
1 file changed
lib/default.nix
@@ -409,7 +409,7 @@ let
409
make-clan = # hosts:
410
let
411
# Usage see: https://docs.clan.lol
412
- clan = inputs.clan-core.lib.buildClan {
+ clan = inputs.clan-core.lib.clan {
413
self = inputs.self;
414
meta.name = "developing-today";
415
# Prerequisite: boot into the installer.
@@ -424,7 +424,8 @@ let
424
};
425
in
426
{
427
- inherit (clan) nixosConfigurations clanInternals;
+ inherit (clan.config) nixosConfigurations clanInternals;
428
+ clan = clan.config;
429
devShells =
430
inputs.clan-core.inputs.nixpkgs.lib.genAttrs
431
[ "x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin" ]
0 commit comments