Upgrade hummelberg to nixos-20.09

This commit is contained in:
Fabian Hauser 2020-11-30 17:06:19 +01:00
parent 81eb15d52a
commit 83cd92035b
6 changed files with 95 additions and 9 deletions

View file

@ -1,3 +1,4 @@
self: super: {
lib = (super.lib or { }) // { qois = import ../lib { lib = self.lib; }; };
vmware-horizon-client = super.callPackage ./applications/networking/remote/vmware-horizon-client { }; # TODO: Should be included in 21.03
}