mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
update unstable to latest
removed lsp-plugins from master as it now builds in unstable
This commit is contained in:
parent
11acf4f909
commit
38051d0afe
2 changed files with 4 additions and 13 deletions
11
flake.nix
11
flake.nix
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue