Update dependencies
This commit is contained in:
parent
21dbe4c195
commit
57ffb35d8e
3 changed files with 20 additions and 12 deletions
|
@ -5,6 +5,13 @@
|
|||
{ 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 ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue