nix: fixed typo (#823)

This commit is contained in:
Aidan Jimenez 2025-03-27 00:47:42 -04:00 committed by GitHub
parent 1d3593d162
commit dc385dd6a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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