update to nixos-unstable

This commit is contained in:
2025-02-14 02:43:14 +01:00
parent f633aa32a1
commit 2858d00428
3 changed files with 12 additions and 12 deletions

View File

@@ -2,9 +2,9 @@
description = "Flake to handle all my infrastructure";
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";
# follow defined nixpkgs to prevent version mismatch
inputs.nixpkgs.follows = "nixpkgs";