From c7fc3f63fd8b873f2542141ba4de87c2849d84d2 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Wed, 21 May 2025 13:44:38 -0400 Subject: [PATCH] move nixpkgs, home-manager, and nix-darwin to 25.05 next major version of nix ecosystem --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 7f6343d..786fc5e 100644 --- a/flake.nix +++ b/flake.nix @@ -1,14 +1,14 @@ { description = "Wyatt's nix configuration suite"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; nix-flatpak.url = "github:gmodena/nix-flatpak/?ref=v0.4.1"; home-manager = { - url = "github:nix-community/home-manager/release-24.11"; + url = "github:nix-community/home-manager/release-25.05"; inputs.nixpkgs.follows = "nixpkgs"; }; darwin = { - url = "github:lnl7/nix-darwin/nix-darwin-24.11"; + url = "github:lnl7/nix-darwin/nix-darwin-25.05"; inputs.nixpkgs.follows = "nixpkgs"; }; };