Custom citrix stuff is fixed in nixpkgs
This commit is contained in:
parent
ec4c6bdf13
commit
07835720b5
1 changed files with 0 additions and 7 deletions
|
@ -5,13 +5,6 @@
|
||||||
{ path = ".ICAClient"; type = "data"; }
|
{ 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-manager.users.charlotte = { pkgs, ... }: {
|
||||||
home.packages = with pkgs; [ citrix_workspace ];
|
home.packages = with pkgs; [ citrix_workspace ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue