update unstable to latest

removed lsp-plugins from master as it now builds in unstable
This commit is contained in:
Youwen Wu 2024-08-02 12:57:12 -07:00
parent 11acf4f909
commit 38051d0afe
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
2 changed files with 4 additions and 13 deletions

View file

@ -56,16 +56,7 @@
};
})
{
nixpkgs.overlays = [
(self: super: {
# php81Extensions.simplexml =
# stablepkgs.legacyPackages.${self.system}.php82Extensions.simplexml;
lsp-plugins =
bleedingpkgs.legacyPackages.${self.system}.lsp-plugins;
})
];
}
{ nixpkgs.overlays = [ (self: super: { }) ]; }
home-manager.nixosModules.home-manager
{