diff options
Diffstat (limited to 'src/build_depends/dub2nix/shell.nix')
| -rw-r--r-- | src/build_depends/dub2nix/shell.nix | 16 | 
1 files changed, 0 insertions, 16 deletions
| diff --git a/src/build_depends/dub2nix/shell.nix b/src/build_depends/dub2nix/shell.nix deleted file mode 100644 index 002ff55..0000000 --- a/src/build_depends/dub2nix/shell.nix +++ /dev/null @@ -1,16 +0,0 @@ -with import <nixpkgs> {}; - -let -  pkg = import ./default.nix { inherit pkgs; }; - -in mkShell { - -  buildInputs = [ -    # additional runtime dependencies go here -  ] ++ pkg.buildInputs ++ pkg.propagatedBuildInputs; - -  nativeBuildInputs = [ -    # additional dev dependencies go here -  ] ++ pkg.nativeBuildInputs; - -} | 
