overrides: try out docker-compose v2, xdg-desktop-portal from latest
This commit is contained in:
parent
3bb6c8bc66
commit
d35fc6d8ae
|
@ -17,6 +17,7 @@ in
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
docker-compose
|
docker-compose
|
||||||
|
docker-compose_2
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,6 +5,8 @@ channels: final: prev: {
|
||||||
inherit (channels.latest)
|
inherit (channels.latest)
|
||||||
cachix
|
cachix
|
||||||
deploy-rs
|
deploy-rs
|
||||||
|
docker
|
||||||
|
docker-compose_2
|
||||||
dhall
|
dhall
|
||||||
discord
|
discord
|
||||||
element-desktop-wayland
|
element-desktop-wayland
|
||||||
|
@ -13,6 +15,9 @@ channels: final: prev: {
|
||||||
nomad
|
nomad
|
||||||
rage
|
rage
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
xdg-desktop-portal
|
||||||
|
xdg-desktop-portal-gtk
|
||||||
|
xdg-desktop-portal-wlr
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue