From 3d78a7541b6bdeca09496c92387fc74f77b70962 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 15 Dec 2022 19:55:49 -0500 Subject: nix and build housekeeping --- test.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test.nix (limited to 'test.nix') diff --git a/test.nix b/test.nix new file mode 100644 index 0000000..bd1e469 --- /dev/null +++ b/test.nix @@ -0,0 +1,10 @@ +# This file was generated by https://github.com/lionello/dub2nix v0.3.0 + +{ pkgs ? import {} }: +with import ./mkDub.nix { inherit pkgs; }; + +mkDubDerivation { + src = ./.; + # version = "0.0.1"; + # buildInputs = [ add any runtime deps here ]; +} -- cgit v1.2.3