diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-02-21 16:32:11 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-02-28 13:19:16 -0500 |
commit | 9598bd7275bec260f8f1131ae196d3a5f1e26617 (patch) | |
tree | 84885cbd312f4dfe44a1ca6e8a3c1d6eb48abc22 /test.nix | |
parent | nix flake & build, devShells etc. (diff) |
nix flake & build, temp. remove gdc
Diffstat (limited to 'test.nix')
-rw-r--r-- | test.nix | 10 |
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 ]; -} |