Summer Updates.

This commit is contained in:
Lorenzo Good 2025-08-15 16:38:21 -05:00
parent d18f18fc29
commit 1c2078fdde
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
6 changed files with 20 additions and 12 deletions

View file

@ -1,11 +1,11 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
flake-parts.url = "github:hercules-ci/flake-parts";
home-manager = {
url = "github:nix-community/home-manager/release-24.11";
url = "github:nix-community/home-manager/release-25.05";
inputs.nixpkgs.follows = "nixpkgs";
};