summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-07-08 01:10:47 +0200
committerMel <mel@rnrd.eu>2025-07-08 01:12:08 +0200
commit84b9c6e39ef3dde16acf396c29555ae2e0c268b7 (patch)
treee4593234a94ee0b05d446e96608a5cf7cdd1b7c1 /flake.nix
parent7462e72f4443dee3118e1f54d61660265db090ac (diff)
downloadnetwork-84b9c6e39ef3dde16acf396c29555ae2e0c268b7.tar.zst
network-84b9c6e39ef3dde16acf396c29555ae2e0c268b7.zip
Update to 25.05
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index f738533..ed61eb6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,13 +1,13 @@
 {
   inputs = {
-    nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
+    nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
 
     nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
 
     nixos-hardware.url = "github:NixOS/nixos-hardware";
 
     home-manager = {
-      url = "github:nix-community/home-manager/release-24.11";
+      url = "github:nix-community/home-manager/release-25.05";
       inputs.nixpkgs.follows = "nixpkgs";
     };