2020-12-12 18:08:23 +00:00
|
|
|
# This file was generated by https://github.com/lionello/dub2nix v0.2.4
|
|
|
|
|
|
|
|
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
with import ./mkDub.nix { inherit pkgs; };
|
|
|
|
|
|
|
|
mkDubDerivation {
|
|
|
|
src = ./.;
|
|
|
|
version = "1.0.0";
|
|
|
|
buildInputs = [ pkgs.openssl ];
|
2020-12-12 18:51:12 +00:00
|
|
|
|
|
|
|
postInstall = ''
|
|
|
|
cp -r statisch $out
|
|
|
|
'';
|
2020-12-12 18:08:23 +00:00
|
|
|
}
|