From d388ee0ec8c623389ab3a7caead258a94cec14de Mon Sep 17 00:00:00 2001 From: Drewry Pope Date: Sun, 15 Dec 2024 03:29:30 -0600 Subject: [PATCH] nixos/label: fix typo: loosing=>losing (#365294) typo: loosing=>losing --- nixos/modules/misc/label.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/misc/label.nix b/nixos/modules/misc/label.nix index 3c4c84057dcd..251b77c20f98 100644 --- a/nixos/modules/misc/label.nix +++ b/nixos/modules/misc/label.nix @@ -48,7 +48,7 @@ in Strings to prefix to the default {option}`system.nixos.label`. - Useful for not loosing track of configurations built with + Useful for not losing track of configurations built with different options, e.g.: ```