From 032a9931c8a04b294868217d917fe4e862c30204 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Tue, 10 Jun 2025 09:07:19 +0200 Subject: fix plymouth --- nixos/flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/flake.nix') diff --git a/nixos/flake.nix b/nixos/flake.nix index c596032..8bb7d06 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -2,9 +2,9 @@ description = "NixOS configuration"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; home-manager = { - url = "github:nix-community/home-manager/release-24.11"; + url = "github:nix-community/home-manager/release-25.05"; inputs.nixpkgs.follows = "nixpkgs"; }; }; -- cgit v1.3.1