remove packages.gnome-extensions

This commit is contained in:
Sean Buckley 2022-03-18 01:35:52 -04:00
parent a3e318f251
commit 50851acaa5

View file

@ -58,11 +58,6 @@
apps = forAllSystems (system:
with nixpkgs.legacyPackages.${system};
{
gnome-extensions = writeShellScriptBin "gnome-extensions" ''
cat ${path}/pkgs/desktops/gnome/extensions/extensions.json |
${jq}/bin/jq -c '.[]|{name,ver:(.shell_version_map|keys)}'
'';
jupyterlab =
let
jupy = python3.withPackages (p: with p; [ jupyterlab ipython ]);