summaryrefslogtreecommitdiff
path: root/nixos/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/flake.nix')
-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";
};
};