diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-05-28 11:09:10 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-05-28 11:09:48 +0200 |
| commit | ca8e312fb355e660f22331db7ccab3ecf4ed02a4 (patch) | |
| tree | a2e405a27893bb6cc34245745980d291cb9dcbe8 /flake.nix | |
| parent | 0d0169ab07748bbf6ab1e33f9bcca6ca624c9a8e (diff) | |
update to 25.05
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 = { |