refactor(nix-hm): use bob-nvim from inputs
This commit is contained in:
parent
4dea84519b
commit
be34e301a4
@ -37,7 +37,7 @@
|
|||||||
wrapProgram $out/bin/lxappearance --prefix GDK_BACKEND : x11
|
wrapProgram $out/bin/lxappearance --prefix GDK_BACKEND : x11
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
bob-nvim = bob.overlays.${system}.default;
|
bob-nvim = inputs.bob.overlays.${system}.default;
|
||||||
opensnitch-ui = super.opensnitch-ui.overrideAttrs
|
opensnitch-ui = super.opensnitch-ui.overrideAttrs
|
||||||
(oldAttrs: rec {
|
(oldAttrs: rec {
|
||||||
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [
|
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [
|
||||||
|
Loading…
Reference in New Issue
Block a user