From cef8c6e3207a4c520db380887bc1b1004a1a57c8 Mon Sep 17 00:00:00 2001 From: Ellis Rahhal Date: Fri, 13 Dec 2024 18:05:35 -0800 Subject: [PATCH] updated nixpkgs channel --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9e17b98..cb73857 100755 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Sample Homefree Host Config"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; homefree.url = "git+https://git.homefree.host/erahhal/HomeFree"; };