From 07835720b57f29d6c0abfc183c4ca3729d8cbe9f Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 4 May 2021 10:44:51 +0200 Subject: [PATCH] Custom citrix stuff is fixed in nixpkgs --- configurations/citrix.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configurations/citrix.nix b/configurations/citrix.nix index 62658032..2fb8c5c6 100644 --- a/configurations/citrix.nix +++ b/configurations/citrix.nix @@ -5,13 +5,6 @@ { path = ".ICAClient"; type = "data"; } ]; }; - nixpkgs.overlays = [ - (self: super: { - citrix_workspace = super.citrix_workspace.overrideAttrs (old: { - buildInputs = old.buildInputs ++ [ self.libdrm self.mesa ]; - }); - }) - ]; home-manager.users.charlotte = { pkgs, ... }: { home.packages = with pkgs; [ citrix_workspace ]; };