chore(build): Add nixery-popcount to top-level package set

This commit is contained in:
Vincent Ambo 2019-10-31 17:54:31 +00:00 committed by Vincent Ambo
parent 05b5b1718a
commit 7afbc912ce
2 changed files with 28 additions and 0 deletions

View file

@ -53,6 +53,8 @@ in rec {
exec ${nixery-server}/bin/server
'';
nixery-popcount = callPackage ./popcount { };
# Container image containing Nixery and Nix itself. This image can
# be run on Kubernetes, published on AppEngine or whatever else is
# desired.