commit 8153269cc47631e43ae1d22c838809f3df2270f4
parent 66b63d32d13e8031b541441024f296cb3c34ba1f
Author: vin <vin@vineetk.net>
Date: Thu, 9 Jan 2025 04:37:33 -0500
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:
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -47,16 +47,15 @@
]
},
"locked": {
- "lastModified": 1735344290,
- "narHash": "sha256-oJDtWPH1oJT34RJK1FSWjwX4qcGOBRkcNQPD0EbSfNM=",
+ "lastModified": 1736366465,
+ "narHash": "sha256-Fo68EF6p/N9GJyHiAUbXtiE7IJlb3IMjK86LuxFMsRU=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "613691f285dad87694c2ba1c9e6298d04736292d",
+ "rev": "7e00856596891850ba5ad4c5ecd2ed74468c08c5",
"type": "github"
},
"original": {
"owner": "nix-community",
- "ref": "release-24.11",
"repo": "home-manager",
"type": "github"
}
@@ -78,16 +77,16 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1736200483,
- "narHash": "sha256-JO+lFN2HsCwSLMUWXHeOad6QUxOuwe9UOAF/iSl1J4I=",
+ "lastModified": 1736344531,
+ "narHash": "sha256-8YVQ9ZbSfuUk2bUf2KRj60NRraLPKPS0Q4QFTbc+c2c=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "3f0a8ac25fb674611b98089ca3a5dd6480175751",
+ "rev": "bffc22eb12172e6db3c5dde9e3e5628f8e3e7912",
"type": "github"
},
"original": {
"owner": "nixos",
- "ref": "nixos-24.11",
+ "ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
diff --git 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";
};