summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-12-30 20:12:51 +0800
committerGitHub <noreply@github.com>2022-12-30 20:12:51 +0800
commitde07c595265988f77242d20946fe5d69025eb717 (patch)
tree2e8620188331376298a9b79b5dd7c13054869662 /nixos/tests/all-tests.nix
parenta3f612564c15e8471dd17c15efaf7ede83c57763 (diff)
parent933b978fb93b2f166351f4ab768661d1aa76458e (diff)
downloadnixpkgs-de07c595265988f77242d20946fe5d69025eb717.tar
nixpkgs-de07c595265988f77242d20946fe5d69025eb717.tar.gz
nixpkgs-de07c595265988f77242d20946fe5d69025eb717.tar.bz2
nixpkgs-de07c595265988f77242d20946fe5d69025eb717.tar.lz
nixpkgs-de07c595265988f77242d20946fe5d69025eb717.tar.xz
nixpkgs-de07c595265988f77242d20946fe5d69025eb717.tar.zst
nixpkgs-de07c595265988f77242d20946fe5d69025eb717.zip
Merge pull request #208060 from chpatrick/fix-gnome-flashback-systemd
gnome.gnome-flashback: fix crash on start due to not finding .desktops
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 36a5c9843c2..dbc3ce828e2 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -240,6 +240,7 @@ in {
   gitolite-fcgiwrap = handleTest ./gitolite-fcgiwrap.nix {};
   glusterfs = handleTest ./glusterfs.nix {};
   gnome = handleTest ./gnome.nix {};
+  gnome-flashback = handleTest ./gnome-flashback.nix {};
   gnome-xorg = handleTest ./gnome-xorg.nix {};
   go-neb = handleTest ./go-neb.nix {};
   gobgpd = handleTest ./gobgpd.nix {};