From e1f5135800d7450ace79d7220a47ac310a617ff5 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 19 Feb 2021 16:38:30 -0500 Subject: build from static source-tree pre fetch depends --- project.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'project.nix') diff --git a/project.nix b/project.nix index e5a3f60..5776186 100755 --- a/project.nix +++ b/project.nix @@ -9,9 +9,7 @@ mkDubDerivation rec { pkgs.sqlite ( 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; [ -- cgit v1.2.3