pin to 25.11

This commit is contained in:
Sean Kovacs 2026-01-08 14:59:26 -05:00
commit fbafd8241f
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 102 additions and 35 deletions

View file

@ -2,7 +2,7 @@
description = "My NixOS Configuration";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel";
@ -16,7 +16,7 @@
};
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -47,7 +47,7 @@
};
nixvim = {
url = "github:nix-community/nixvim";
url = "github:nix-community/nixvim/nixos-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};