From 307e6c05be20ef27b85fdcc186dfed3a7a4e8012 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Mon, 26 Feb 2024 00:38:10 -0800 Subject: [PATCH] nix: remove qtlayershell dep --- shell.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/shell.nix b/shell.nix index fab7084..357b037 100644 --- a/shell.nix +++ b/shell.nix @@ -6,14 +6,6 @@ rev = "1f062cc198d1112d13e5128fa1f2ee3dbffe613b"; sha256 = "kbt0Zc1qHE5fhqBkKz8iue+B+ZANjF1AR/RdgmX1r0I="; }) {}; - - qtlayershell = pkgs.callPackage (import (pkgs.fetchFromGitea { - domain = "git.outfoxxed.me"; - owner = "outfoxxed"; - repo = "layer-shell-qt-nokde"; - rev = "2ebe7b313efbacfcd62ec39e2fda6b4c740d0770"; - sha256 = "N/nMwf5LQMMwCJvG7J/6xug/EUppHedQCngzCkH8Auk="; - })) {}; #pkgs.callPackage (import /home/admin/programming/outfoxxed/layer-shell-qt) {}; in pkgs.mkShell { nativeBuildInputs = with pkgs; [ just @@ -31,7 +23,6 @@ in pkgs.mkShell { qt6.qtbase qt6.qtdeclarative qt6.qtwayland - qtlayershell wayland wayland-protocols ];