Update to 25.11, added claude-code user pkg

This commit is contained in:
Bryan Ramos 2026-03-08 11:18:14 -04:00
parent dab93c5ee0
commit f8ab0e3ff0
2 changed files with 4 additions and 2 deletions

View file

@ -3,12 +3,12 @@
inputs =
{
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
nur = {
url = "github:nix-community/NUR";
};
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-wsl = {