diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-02-19 16:38:30 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-02-24 16:46:47 -0500 |
commit | e1f5135800d7450ace79d7220a47ac310a617ff5 (patch) | |
tree | a323b27e813a211bc497907a88c90c2169fc8418 /nix/pkglst | |
parent | 0.11.3 (diff) |
build from static source-tree pre fetch depends
Diffstat (limited to 'nix/pkglst')
-rw-r--r-- | nix/pkglst/shell-pkgs.nix | 4 |
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; [ |