updated to 25.05

This commit is contained in:
Bryan Ramos 2025-07-06 01:12:57 -04:00
parent 433dac83d8
commit cadcfe0bc5
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
6 changed files with 20 additions and 55 deletions

View file

@ -3,16 +3,16 @@
inputs =
{
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
nur = {
url = "github:nix-community/NUR";
};
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-wsl = {
url = "github:nix-community/NixOS-WSL/2405.5.4";
url = "github:nix-community/NixOS-WSL/2411.6.0";
inputs.nixpkgs.follows = "nixpkgs";
};
};