nushell-plugins: add nu-plugin-jobcontrol

This commit is contained in:
LordMZTE 2024-07-31 09:47:56 +02:00
parent 4c14061299
commit a4bafcdf05
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -6,6 +6,10 @@ in
options.nushell-plugins = lib.mkOption { };
config.nushell-plugins = [
(builtins.getFlake
"git+https://git.mzte.de/LordMZTE/nu-plugin-jobcontrol.git?rev=852ce5e15c4fb3e45cd9fdd36afcce0df293b92b"
).outputs.packages.${pkgs.system}.default
(pkgs.rustPlatform.buildRustPackage rec {
name = "nu-plugin-dbus";
version = "0.9.0";