aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/pkglst/shell-pkgs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/pkglst/shell-pkgs.nix')
-rw-r--r--nix/pkglst/shell-pkgs.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nix/pkglst/shell-pkgs.nix b/nix/pkglst/shell-pkgs.nix
index 2b8f03e..00259da 100644
--- a/nix/pkglst/shell-pkgs.nix
+++ b/nix/pkglst/shell-pkgs.nix
@@ -1,8 +1,6 @@
{ pkgs ? import <nixpkgs> {} }:
let
- dub2nix-src = fetchTarball {
- url = "https://github.com/lionello/dub2nix/archive/master.tar.gz";
- };
+ dub2nix-src = ./src/build_depends/dub2nix/.;
dub2nix = (import dub2nix-src) { inherit pkgs; };
in
with pkgs; [