consistent rename cLAN -> Clan

This commit is contained in:
Jörg Thalheim
2024-05-27 15:54:17 +02:00
committed by Mic92
parent e3627d9bdd
commit 2c8e231bb2
9 changed files with 25 additions and 25 deletions

View File

@@ -85,9 +85,9 @@
};
in
{
# all machines managed by cLAN
# all machines managed by Clan
inherit (clan) nixosConfigurations clanInternals;
# add the cLAN cli tool to the dev shell
# add the Clan cli tool to the dev shell
devShells.${system}.default = pkgs.mkShell {
packages = [ clan-core.packages.${system}.clan-cli ];
};