From dc385dd6a2b60235383bfcbbb40636db8fb8d26f Mon Sep 17 00:00:00 2001 From: Aidan Jimenez <63111068+pfaj@users.noreply.github.com> Date: Thu, 27 Mar 2025 00:47:42 -0400 Subject: [PATCH] nix: fixed typo (#823) --- nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/default.nix b/nix/default.nix index 41c83c9..eaa6924 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -52,7 +52,7 @@ python3Packages.buildPythonPackage { # copy script manually cp scripts/cpufreqctl.sh $out/bin/cpufreqctl.auto-cpufreq - # move the css to the rihgt place + # move the css to the right place mkdir -p $out/share/auto-cpufreq/scripts cp scripts/style.css $out/share/auto-cpufreq/scripts/style.css