swh: add package to attrset

How that didn't get in there?
This commit is contained in:
Gabriel Arazas 2022-08-11 09:52:55 +08:00
parent 62f18a083f
commit 6c804aff58

View File

@ -52,6 +52,7 @@ let
pop-launcher-plugin-duckduckgo-bangs =
callPackage ./pop-launcher-plugin-duckduckgo-bangs.nix { };
pop-launcher-plugin-jetbrains = callPackage ./pop-launcher-plugin-jetbrains { };
swh = callPackage ./software-heritage { python3Packages = python310Packages; };
text-engine = callPackage ./text-engine.nix { };
tic-80 = callPackage ./tic-80 { };
thokr = callPackage ./thokr.nix { };