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