diff --git a/home/home.nix b/home/home.nix index 055c729..47a6c68 100644 --- a/home/home.nix +++ b/home/home.nix @@ -25,7 +25,7 @@ guix - uv + thonny just yt-dlp diff --git a/packages/mu-edit/mu-edit.nix b/packages/mu-edit/mu-edit.nix deleted file mode 100644 index f1d0bfb..0000000 --- a/packages/mu-edit/mu-edit.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ pkgs, python3Packages, fetchurl, lib, ... }: - -python3Packages.buildPythonApplication rec { - pname = "mu-edit"; - version = "latest"; - - src = fetchurl { - url = "https://github.com/mu-editor/mu.git"; - sha256 = ""; - }; - - build-system = with python3Packages; [ - setuptools - ]; - - # dependencies = with python3Packages; [ - - # ]; - - meta = with lib; { - homepage = "https://github.com/mu-editor"; - description = "mu editor"; - platforms = platforms.linux; - }; -}