test discourse module configuration
This commit is contained in:
parent
ae9dd787a6
commit
63a68f8ae0
2 changed files with 44 additions and 0 deletions
|
|
@ -9,6 +9,10 @@
|
|||
let
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
checks.tide-module = import ./nix/tests/module.nix {
|
||||
inherit nixpkgs self system;
|
||||
};
|
||||
|
||||
packages = {
|
||||
tide-backend = pkgs.callPackage ./nix/packages/backend.nix { };
|
||||
tide-frontend = pkgs.callPackage ./nix/packages/frontend.nix {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue