update 23.11 -> 24.05

This commit is contained in:
Bryan Ramos 2024-06-01 16:13:23 -04:00
parent 6f756b7af0
commit 8b82ad2adb
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
6 changed files with 22 additions and 18 deletions

View file

@ -2,9 +2,9 @@
description = "My Nix Configs";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
home-manager = {
url = "github:nix-community/home-manager/release-23.11";
url = "github:nix-community/home-manager/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-wsl = {