summaryrefslogtreecommitdiff
path: root/nixos/flake.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-06-10 09:07:19 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-06-10 09:07:19 +0200
commit032a9931c8a04b294868217d917fe4e862c30204 (patch)
tree3badc253384e2f6099439996760e419d1dac7b5c /nixos/flake.nix
parent677ffed81557fc8216c690c46287a78f5dd8f35e (diff)
fix plymouth
Diffstat (limited to '')
-rw-r--r--nixos/flake.nix4
1 files changed, 2 insertions, 2 deletions
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";
};
};