pin flake to stable 25.11

This commit is contained in:
Sean Kovacs 2025-12-03 16:49:54 -05:00
commit 20225b4295
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 26 additions and 24 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";
catppuccin = {
url = "github:catppuccin/nix";
@ -10,7 +10,7 @@
};
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
@ -26,7 +26,7 @@
};
nixvim = {
url = "github:nix-community/nixvim";
url = "github:nix-community/nixvim/nixos-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};