24.11 update

This commit is contained in:
Bryan Ramos 2024-12-10 22:54:57 -05:00
parent f5bcebf6e7
commit 09e5d22e2d
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
12 changed files with 109 additions and 47 deletions

View file

@ -3,12 +3,12 @@
inputs =
{
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
nur = {
url = "github:nix-community/NUR";
};
home-manager = {
url = "github:nix-community/home-manager/release-24.05";
url = "github:nix-community/home-manager/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-wsl = {
@ -30,7 +30,7 @@
allowUnfree = true;
};
overlays = [
nur.overlay
nur.overlays.default
];
};