summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 408e1d4..3524783 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,14 +2,14 @@
description = "n8 NixOS Configuration Flake";
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";
home-manager = {
- url = "github:/nix-community/home-manager/release-24.11";
+ url = "github:/nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
- url = "github:/nix-community/nixvim/nixos-24.11";
+ url = "github:/nix-community/nixvim/nixos-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};
webtray = {