summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-05-28 11:09:10 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2025-05-28 11:09:48 +0200
commitca8e312fb355e660f22331db7ccab3ecf4ed02a4 (patch)
treea2e405a27893bb6cc34245745980d291cb9dcbe8 /flake.nix
parent0d0169ab07748bbf6ab1e33f9bcca6ca624c9a8e (diff)
update to 25.05
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 = {