summaryrefslogtreecommitdiff
path: root/nix/flake.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-06-18 23:04:18 -0700
committerPreston Pan <ret2pop@gmail.com>2025-06-18 23:04:18 -0700
commit13e815b65599c7092d566b1ec49dd26776f60e6d (patch)
treeb5eeb4f8ebca040c321760c7596739592fc32385 /nix/flake.nix
parent4cfe44148a68152f0365f91799f15be6abce667c (diff)
new flake lock
Diffstat (limited to 'nix/flake.nix')
-rw-r--r--nix/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/flake.nix b/nix/flake.nix
index 3d72fd4..c2e1c0f 100644
--- a/nix/flake.nix
+++ b/nix/flake.nix
@@ -13,7 +13,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
- url = "github:nix-community/home-manager/release-24.11";
+ url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {