From 8153269cc47631e43ae1d22c838809f3df2270f4 Mon Sep 17 00:00:00 2001 From: vin Date: Thu, 9 Jan 2025 04:37:33 -0500 Subject: change from nixos-24.11 to nixos-unstable I don't update that frequently myself, so it's nice to have the latest packages. Also, redlib settings were only introduced a couple weeks after 24.11, so yeah. --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7e4e4cb..96855c5 100644 --- a/flake.nix +++ b/flake.nix @@ -2,10 +2,10 @@ description = "my nixos configuration"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager = { - url = "github:nix-community/home-manager/release-24.11"; + url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; -- cgit v1.2.3