mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08: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
|
@ -2,11 +2,11 @@
|
|||
"nodes": {
|
||||
"bleedingpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1722549472,
|
||||
"narHash": "sha256-ODPyXo5ip1Y1YBn6q97m/GVwfTUBprmp7W2Ov9bgO7w=",
|
||||
"lastModified": 1722627360,
|
||||
"narHash": "sha256-acrF/O2ZjirINr82Vti3AjqyA9e8qP8irMhOlmU61RU=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "56a2c695a4a02834f0705ae7072d2f4f4a96ad2a",
|
||||
"rev": "4197076f2b898603d0ec49dd7330198ca6db878a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
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…
Reference in a new issue