mirror of
https://github.com/tboerger/nixos-config
synced 2024-11-22 18:21:58 +01:00
feat: override citrix workspace download url
This commit is contained in:
parent
d4ddde3fd1
commit
a402b5d21a
@ -1,3 +1,11 @@
|
||||
self: super:
|
||||
|
||||
{ }
|
||||
{
|
||||
citrix_workspace = super.citrix_workspace.overrideAttrs (old: {
|
||||
src = super.fetchurl {
|
||||
name = "linuxx64-22.7.0.20.tar.gz";
|
||||
url = "https://owncloud.boerger.ws/s/zN0Qn7e4mKuu7Tf/download";
|
||||
hash = "sha256-oX5EeK0+rEsMvJ+3vg26J1g5O6LTtqgrMHT/BTWGxfU=";
|
||||
};
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user