about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-02-25 18:27:30 -0300
committerGitHub <noreply@github.com>2022-02-25 18:27:30 -0300
commit5364c438e78e737d4064d998bd8794247c3af9ca (patch)
tree124663065e4b346a81123e09ff990a5809441644 /pkgs/top-level
parentc1844a2b58b993c97ecd5fc8329f0383e44958fc (diff)
parentdbd8653cd5ceeeb46ba87735dd3d864a1fd5465e (diff)
Merge pull request #161854 from AndersonTorres/new-nsxiv
nsxiv: init at 28
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 6d714bd950023..36739c4310840 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -28789,6 +28789,8 @@ with pkgs;
 
   sxiv = callPackage ../applications/graphics/sxiv { };
 
+  nsxiv = callPackage ../applications/graphics/nsxiv { };
+
   resilio-sync = callPackage ../applications/networking/resilio-sync { };
 
   dropbox = callPackage ../applications/networking/dropbox { };