Add an overlay
This commit is contained in:
parent
8b19fa92c0
commit
d2ae752053
|
@ -37,6 +37,10 @@
|
||||||
apps.rustybar = utils.lib.mkApp { drv = packages.rustybar; };
|
apps.rustybar = utils.lib.mkApp { drv = packages.rustybar; };
|
||||||
defaultApp = apps.rustybar;
|
defaultApp = apps.rustybar;
|
||||||
|
|
||||||
|
overlay = final: prev: {
|
||||||
|
inherit (packages) rustybar;
|
||||||
|
};
|
||||||
|
|
||||||
devShells.rustybar = with pkgs; mkShell {
|
devShells.rustybar = with pkgs; mkShell {
|
||||||
packages = [ pkgconfig dbus rustup ];
|
packages = [ pkgconfig dbus rustup ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue