diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-01-27 10:45:51 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-01-27 15:33:24 -0500 |
commit | d0465e3837a71afae2f1a6f42eb923350d826e27 (patch) | |
tree | 7e2eda3dce2ee7199044ef2cc4f53652e593e261 /nix/shell-packages.nix | |
parent | mkDub.nix project.nix spine.nix (diff) |
shell.nix project.nix spine.nix mkDub.nix
Diffstat (limited to 'nix/shell-packages.nix')
-rw-r--r-- | nix/shell-packages.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/nix/shell-packages.nix b/nix/shell-packages.nix deleted file mode 100644 index 9e40e24..0000000 --- a/nix/shell-packages.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ pkgs ? import <nixpkgs> {} }: -let - dub2nix-src = fetchTarball { - url = "https://github.com/lionello/dub2nix/archive/master.tar.gz"; - }; - dub2nix = (import dub2nix-src) { inherit pkgs; }; -in -with pkgs; [ - nixFlakes - dub - ldc - sqlite - nix-prefetch-git - validatePkgConfig -] |