From 55149c1af0e28ab6147e39957edc3cc9eaaf66ed Mon Sep 17 00:00:00 2001 From: Alexander Tomokhov Date: Sun, 3 Dec 2023 07:08:59 +0400 Subject: [PATCH] infect: fix typo in comment --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 06bf51a..05991ef 100755 --- a/nixos-infect +++ b/nixos-infect @@ -277,7 +277,7 @@ infect() { exit 1 fi - # this is needed solely for accpeting the sp-module subflake + # this is needed solely for accepting the sp-module subflake # see https://github.com/NixOS/nix/issues/3978#issuecomment-952418478 /root/.nix-profile/bin/nix flake lock ${LOCAL_FLAKE_DIR} \ --extra-experimental-features "nix-command flakes" \