forked from pub-solar/os
flake: add pub-solar watson fork as input
This commit is contained in:
parent
f8af7e79db
commit
cc6f97fc53
|
@ -42,6 +42,10 @@
|
|||
invoiceplane-template.url = "git+https://git.pub.solar/momo/invoiceplane-templates.git";
|
||||
invoiceplane-template.inputs.nixpkgs.follows = "nixpkgs";
|
||||
invoiceplane-template.inputs.flake-parts.follows = "flake-parts";
|
||||
|
||||
watson.url = "github:pub-solar/watson";
|
||||
watson.inputs.nixpkgs.follows = "nixpkgs";
|
||||
watson.inputs.flake-parts.follows = "flake-parts";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
#neovim-unwrapped = unstable.neovim-unwrapped;
|
||||
#vimPlugins = unstable.vimPlugins;
|
||||
#vimPlugins = prev.vimPlugins // {inherit (unstable.vimPlugins) nvim-lspconfig;};
|
||||
watson = inputs.watson.packages.${prev.system}.watson-td;
|
||||
}
|
||||
)
|
||||
(import ../pkgs)
|
||||
|
|
Loading…
Reference in a new issue