From d6252f17c91efba6ef1b73ecfeeab78ccf091321 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 1 Jul 2025 10:03:13 -0700 Subject: switch to 25.05 --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index ddae392..03b5ca9 100644 --- a/flake.nix +++ b/flake.nix @@ -2,17 +2,17 @@ description = "personal NixOS configurations"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; nixpkgsUnstable.url = "github:nixos/nixpkgs/nixos-unstable"; 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"; }; -- cgit v1.2.3