aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.nix
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-12-15 19:55:49 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-12-31 11:50:22 -0500
commit3d78a7541b6bdeca09496c92387fc74f77b70962 (patch)
tree72ed59a14753385ce9ae08b783694bef96e22e35 /test.nix
parentremoved old ruby utility scripts (diff)
nix and build housekeeping
Diffstat (limited to 'test.nix')
-rw-r--r--test.nix10
1 files changed, 10 insertions, 0 deletions
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 <nixpkgs> {} }:
+with import ./mkDub.nix { inherit pkgs; };
+
+mkDubDerivation {
+ src = ./.;
+ # version = "0.0.1";
+ # buildInputs = [ add any runtime deps here ];
+}