c3d2-web: fix hydraJob expr

This commit is contained in:
Astro 2020-07-24 00:43:54 +02:00
parent 1523b07b15
commit 7664570709
1 changed files with 4 additions and 1 deletions

View File

@ -1 +1,4 @@
import <c3d2-web>
with import <nixpkgs> {};
{
c3d2-web = lib.hydraJob (import <c3d2-web>);
}