Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update to NuShell 0.104.0

Ben C acaa64bf 5153d454

+1 -1
+1 -1
flake.nix
··· 31 31 if nushell.version == nu_version 32 32 then "0.16.0" 33 33 else abort "Nushell Version mismatch\nPlugin: ${nu_version}\tnixpkgs: ${nushell.version}"; 34 - nu_version = "0.103.0"; 34 + nu_version = "0.104.0"; 35 35 36 36 src = ./.; 37 37