refactor: update to 25.11

This commit is contained in:
2026-02-20 17:18:38 +00:00
parent f93e12accd
commit d8a51cd389
13 changed files with 94 additions and 62 deletions

View File

@@ -1,7 +1,7 @@
{
description = "yukkop's nix utilities";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs = {
@@ -17,7 +17,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixvim = {
url = "github:nix-community/nixvim/nixos-25.05";
url = "github:nix-community/nixvim/nixos-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
@@ -28,7 +28,7 @@
url = "github:nix-community/impermanence";
};
home-manager = {
url = "github:nix-community/home-manager/release-25.05";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-hardware = {