cpld -> gluelogic

This commit is contained in:
2020-05-31 16:47:30 +08:00
parent 6ac087c823
commit e2c1948931
4 changed files with 4 additions and 4 deletions

6
gluelogic.nix Normal file
View File

@@ -0,0 +1,6 @@
{ pkgs ? import <nixpkgs> {} }:
let
jobs = import ./gluelogic/default.nix { inherit pkgs; };
in
builtins.mapAttrs (key: value: pkgs.lib.hydraJob value) jobs