diff options
| author | vin <vin@vineetk.net> | 2025-01-09 04:37:33 -0500 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-01-09 04:37:33 -0500 |
| commit | 8153269cc47631e43ae1d22c838809f3df2270f4 (patch) | |
| tree | 05a71626698887ca643a46d67b9c8ff693b447d0 /flake.nix | |
| parent | 66b63d32d13e8031b541441024f296cb3c34ba1f (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.nix | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 | ||
