aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.nix
diff options
context:
space:
mode:
Diffstat (limited to 'test.nix')
-rw-r--r--test.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/test.nix b/test.nix
deleted file mode 100644
index bd1e469..0000000
--- a/test.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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 ];
-}