overrides: try out docker-compose v2, xdg-desktop-portal from latest

This commit is contained in:
teutat3s 2021-10-24 01:17:50 +02:00
parent 3bb6c8bc66
commit d35fc6d8ae
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 6 additions and 0 deletions

View file

@ -17,6 +17,7 @@ in
environment.systemPackages = with pkgs; [
docker-compose
docker-compose_2
];
};
}

View file

@ -5,6 +5,8 @@ channels: final: prev: {
inherit (channels.latest)
cachix
deploy-rs
docker
docker-compose_2
dhall
discord
element-desktop-wayland
@ -13,6 +15,9 @@ channels: final: prev: {
nomad
rage
signal-desktop
xdg-desktop-portal
xdg-desktop-portal-gtk
xdg-desktop-portal-wlr
;