diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-07-28 09:18:32 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-07-28 09:18:32 -0700 |
commit | 23bff77787ea4fdb9021ceba58ceca22b2aa3048 (patch) | |
tree | a930d21554cd721fe9a5c1f3abf0c80227031b11 | |
parent | b8f8bc428bb3f98a80d4d7112669977b624e4f3f (diff) | |
download | nix-23bff77787ea4fdb9021ceba58ceca22b2aa3048.tar nix-23bff77787ea4fdb9021ceba58ceca22b2aa3048.tar.gz nix-23bff77787ea4fdb9021ceba58ceca22b2aa3048.tar.bz2 nix-23bff77787ea4fdb9021ceba58ceca22b2aa3048.tar.lz nix-23bff77787ea4fdb9021ceba58ceca22b2aa3048.tar.xz nix-23bff77787ea4fdb9021ceba58ceca22b2aa3048.tar.zst nix-23bff77787ea4fdb9021ceba58ceca22b2aa3048.zip |
Add master branch version of broken packages depending on insecure libchamplain-0.12.21 (and therefore libsoup-2.74.3)
-rw-r--r-- | hosts/common/optional/services/wayland.nix | 2 | ||||
-rw-r--r-- | hosts/common/optional/services/xorg.nix | 2 | ||||
-rw-r--r-- | hosts/common/optional/sound.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hosts/common/optional/services/wayland.nix b/hosts/common/optional/services/wayland.nix index 057e472..0df5c4d 100644 --- a/hosts/common/optional/services/wayland.nix +++ b/hosts/common/optional/services/wayland.nix @@ -5,7 +5,7 @@ pkgs.evince pkgs.feh pkgs.gcr - pkgs.geeqie + pkgs.master.geeqie pkgs.ghostty pkgs.gimp3 #pkgs.gimp-with-plugins diff --git a/hosts/common/optional/services/xorg.nix b/hosts/common/optional/services/xorg.nix index 6d39b71..3858330 100644 --- a/hosts/common/optional/services/xorg.nix +++ b/hosts/common/optional/services/xorg.nix @@ -5,7 +5,7 @@ pkgs.evince pkgs.feh pkgs.gcr - pkgs.geeqie + pkgs.master.geeqie pkgs.ghostty pkgs.gimp3 #pkgs.gimp-with-plugins diff --git a/hosts/common/optional/sound.nix b/hosts/common/optional/sound.nix index 1527891..6414e31 100644 --- a/hosts/common/optional/sound.nix +++ b/hosts/common/optional/sound.nix @@ -8,7 +8,7 @@ pkgs.boops pkgs.cardinal #pkgs.carla - #pkgs.chow-tape-model + pkgs.master.chow-tape-model pkgs.cmus pkgs.distrho-ports pkgs.fluidsynth |