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 committed by Benjamin Bädorf
parent ab19dea908
commit 8a848a789b
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
2 changed files with 7 additions and 2 deletions

View file

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

View file

@ -4,6 +4,9 @@ channels: final: prev: {
inherit (channels.latest) inherit (channels.latest)
cachix cachix
deploy-rs
docker
docker-compose_2
dhall dhall
discord discord
element-desktop-wayland element-desktop-wayland
@ -13,8 +16,9 @@ channels: final: prev: {
nixpkgs-fmt nixpkgs-fmt
qutebrowser qutebrowser
signal-desktop signal-desktop
starship xdg-desktop-portal
deploy-rs xdg-desktop-portal-gtk
xdg-desktop-portal-wlr
; ;