summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-08-02 17:05:00 +0700
committerGitHub <noreply@github.com>2021-08-02 17:05:00 +0700
commitc8a731593bf5ae9287fae604f8bda8b93dc1d3a1 (patch)
tree8c54fc23df5b36ab2fbd3d75d2352260def8b126 /nixos/tests/all-tests.nix
parent59dc40859875c4462e3f3e717bf8a041e6ec4e4e (diff)
parent1c5bdf76e97868e06e887a880055344ccdba1d64 (diff)
downloadnixpkgs-c8a731593bf5ae9287fae604f8bda8b93dc1d3a1.tar
nixpkgs-c8a731593bf5ae9287fae604f8bda8b93dc1d3a1.tar.gz
nixpkgs-c8a731593bf5ae9287fae604f8bda8b93dc1d3a1.tar.bz2
nixpkgs-c8a731593bf5ae9287fae604f8bda8b93dc1d3a1.tar.lz
nixpkgs-c8a731593bf5ae9287fae604f8bda8b93dc1d3a1.tar.xz
nixpkgs-c8a731593bf5ae9287fae604f8bda8b93dc1d3a1.tar.zst
nixpkgs-c8a731593bf5ae9287fae604f8bda8b93dc1d3a1.zip
Merge pull request #113185 from fabaff/libreddit
libreddit: init at 0.10.1
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 fdda6ed2420..ce91d651888 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -223,6 +223,7 @@ in
   latestKernel.hardened = handleTest ./hardened.nix { latestKernel = true; };
   latestKernel.login = handleTest ./login.nix { latestKernel = true; };
   leaps = handleTest ./leaps.nix {};
+  libreddit = handleTest ./libreddit.nix {};
   lidarr = handleTest ./lidarr.nix {};
   libreswan = handleTest ./libreswan.nix {};
   lightdm = handleTest ./lightdm.nix {};