Update to 24.11pre

Update to nixpkgs past 24.05
Update hm unstable
Update nur
Replace nixneovim with nixvim
This commit is contained in:
Greg Hellings
2024-06-10 11:09:40 -05:00
parent b6cc370795
commit efedbbd39b
6 changed files with 216 additions and 201 deletions
+2 -3
View File
@@ -22,7 +22,7 @@
url = "github:nix-community/home-manager/master";
inputs.nixpkgs.follows = "nixstable";
};
nixneovim.url = "github:NixNeovim/NixNeovim";
nixvim.url = "github:nix-community/nixvim";
nix23_05.url = "github:NixOS/nixpkgs/nixos-23.05";
nixstable.url = "github:nixos/nixpkgs/nixos-23.11";
nixunstable.url = "github:nixos/nixpkgs/nixos-unstable";
@@ -39,10 +39,10 @@
flake-utils,
hm,
hmunstable,
nixneovim,
nix23_05,
nixstable,
nixunstable,
nixvim,
nurpkgs,
wsl,
@@ -58,7 +58,6 @@
agenix.overlays.default
pkg-sets
local_overlay
nixneovim.overlays.default
nurpkgs.overlay
];