test
This commit is contained in:
parent
a21260e89d
commit
da85b3fe22
|
|
@ -1,8 +1,5 @@
|
||||||
{ system ? builtins.currentSystem }:
|
{ config, pkgs, lib, system ? builtins.currentSystem, ... }:
|
||||||
|
|
||||||
let
|
|
||||||
pkgs = import <nixpkgs> { inherit system; };
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
apache-hop = pkgs.callPackage ./pkgs/apache-hop { };
|
apache-hop = pkgs.callPackage ./pkgs/apache-hop { };
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue