From 7b0e652a7a24f922992c947ac50f6073fe6b0c84 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 26 Feb 2025 00:51:46 +0700 Subject: [PATCH] templates: Remove superfluous comment Remove this seemingly superfluous comment. It is unclear what it really refers to. Let's just remove it for brevity sake. --- templates/clan/new-clan/flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/clan/new-clan/flake.nix b/templates/clan/new-clan/flake.nix index c3dee8b9a..1e6b37deb 100644 --- a/templates/clan/new-clan/flake.nix +++ b/templates/clan/new-clan/flake.nix @@ -28,7 +28,6 @@ }; in { - # All machines managed by Clan. inherit (clan) nixosConfigurations clanInternals; # Add the Clan cli tool to the dev shell. # Use "nix develop" to enter the dev shell.