From 8938cc92d74a97b42cdc079db04cb87c8c90dea3 Mon Sep 17 00:00:00 2001 From: Hugh O'Brien Date: Sun, 17 Dec 2023 16:44:48 -0500 Subject: [PATCH] Update nix flake instructions (#617) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90b1ce1..159f856 100644 --- a/README.md +++ b/README.md @@ -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---