Update nix flake instructions (#617)

This commit is contained in:
Hugh O'Brien 2023-12-17 16:44:48 -05:00 committed by GitHub
parent 242cb0cb58
commit 8938cc92d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ This repo contains a flake that exposes a NixOS Module that manages and offers o
inputs = {
# ---Snip---
auto-cpufreq = {
url = "github:adnanhodzic/auto-cpufreq/nix";
url = "github:AdnanHodzic/auto-cpufreq";
inputs.nixpkgs.follows = "nixpkgs";
};
# ---Snip---