summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorvin <vin@vineetk.net>2025-01-09 04:37:33 -0500
committervin <vin@vineetk.net>2025-01-09 04:37:33 -0500
commit8153269cc47631e43ae1d22c838809f3df2270f4 (patch)
tree05a71626698887ca643a46d67b9c8ff693b447d0 /flake.nix
parent66b63d32d13e8031b541441024f296cb3c34ba1f (diff)
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.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 7e4e4cb..96855c5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,10 +2,10 @@
2 description = "my nixos configuration"; 2 description = "my nixos configuration";
3 3
4 inputs = { 4 inputs = {
5 nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; 5 nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
6 6
7 home-manager = { 7 home-manager = {
8 url = "github:nix-community/home-manager/release-24.11"; 8 url = "github:nix-community/home-manager";
9 inputs.nixpkgs.follows = "nixpkgs"; 9 inputs.nixpkgs.follows = "nixpkgs";
10 }; 10 };
11 11